Skip to content

Commit

Permalink
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tag-and-release.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,8 @@
],
"versioning": "prerelease",
"extra-files": [
"bundle/uds-bundle.yaml",
"tasks/publish.yaml",
"zarf.yaml"
]
}
2 changes: 1 addition & 1 deletion tasks/publish.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 4877cde

Please sign in to comment.