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 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 diff --git a/release-please-config.json b/release-please-config.json index eda0a73d..30bf5249 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -11,6 +11,8 @@ ], "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: