Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
chore: Sync dev dep versions with release
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonywendt committed Nov 30, 2023
1 parent 01e47d0 commit d7be75a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 62 deletions.
59 changes: 0 additions & 59 deletions .github/workflows/publish-dev-deps.yml

This file was deleted.

8 changes: 7 additions & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and publish gitlab runner package
####
# Build and publish packages
####
- name: Build and publish dev-dependency gitlab runner rbac package
run: cd utils/pkg-deps/rbac && zarf package create --confirm --no-progress --output oci://ghcr.io/defenseunicorns/uds-capability/gitlab-runner/dev-dependency

- name: Publish gitlab runner package
run: zarf package publish zarf-package-gitlab-runner-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability --no-progress

- name: Publish gitlab runner skeleton
Expand Down
3 changes: 2 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"versioning": "always-bump-patch",
"extra-files": [
"zarf.yaml"
"zarf.yaml",
"utils/pkg-deps/rbac/zarf.yaml"
]
}
}
Expand Down
4 changes: 3 additions & 1 deletion utils/pkg-deps/rbac/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
kind: ZarfPackageConfig
metadata:
name: gitlab-runner-rbac
version: "0.0.1"
# x-release-please-start-version
version: "0.1.1"
# x-release-please-end
architecture: amd64

components:
Expand Down

0 comments on commit d7be75a

Please sign in to comment.