From 7f02afa3ba9539549e925b934df4f7886b1b1475 Mon Sep 17 00:00:00 2001 From: Mikael Vanhemert Date: Mon, 18 Dec 2023 15:30:17 -0700 Subject: [PATCH 1/4] fix:login to registry1 for publishing --- .github/workflows/tag-and-release.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index a9e3077e..27deaf92 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -34,6 +34,9 @@ jobs: - name: Environment setup uses: ./.github/actions/setup + + - name: Iron Bank Login + run: zarf tools registry login -u "${{secrets.IRON_BANK_ROBOT_USERNAME}}" -p "${{secrets.IRON_BANK_ROBOT_PASSWORD}}" registry1.dso.mil - name: Login to GHCR uses: docker/login-action@v3 From 51fa01ffa966231e4e2b03e383c8ff5a40ce67e4 Mon Sep 17 00:00:00 2001 From: Mikael Vanhemert Date: Mon, 18 Dec 2023 16:00:46 -0700 Subject: [PATCH 2/4] bundles --- bundle/uds-bundle.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/uds-bundle.yaml b/bundle/uds-bundle.yaml index d777c780..ee995b40 100644 --- a/bundle/uds-bundle.yaml +++ b/bundle/uds-bundle.yaml @@ -19,4 +19,6 @@ zarf-packages: - name: gitlab path: ../ - ref: 16.5.1-0 + # x-release-please-start-version + ref: 16.5.1-1 + # x-release-please-end From 40e4d5d0ce4e01225035af2cf4f1dbc0fa628614 Mon Sep 17 00:00:00 2001 From: Mikael Vanhemert Date: Mon, 18 Dec 2023 16:05:22 -0700 Subject: [PATCH 3/4] forgot to commit this file --- release-please-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/release-please-config.json b/release-please-config.json index eda0a73d..73228176 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -11,6 +11,7 @@ ], "versioning": "prerelease", "extra-files": [ + "bundle/uds-bundle.yaml", "zarf.yaml" ] } From b8a6517ea7314272e3a27e366f6aacdd1d268fe6 Mon Sep 17 00:00:00 2001 From: Mikael Vanhemert Date: Mon, 18 Dec 2023 16:08:29 -0700 Subject: [PATCH 4/4] thanks, micah; git push --- release-please-config.json | 1 + tasks/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/release-please-config.json b/release-please-config.json index 73228176..30bf5249 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -12,6 +12,7 @@ "versioning": "prerelease", "extra-files": [ "bundle/uds-bundle.yaml", + "tasks/publish.yaml", "zarf.yaml" ] } diff --git a/tasks/publish.yaml b/tasks/publish.yaml index e7ace8b2..9dac1113 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -5,7 +5,7 @@ variables: - name: VERSION description: The version of the package to build # x-release-please-start-version - default: "16.5.1-0" + default: "16.5.1-1" # x-release-please-end tasks: