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

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Kruggel committed Aug 25, 2023
1 parent bf6b5a1 commit c5d0f67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ jobs:
# Build and publish dependency packages to use in a dev UDS Bundle
####
- name: Build dev-dependency gitlab runner namespace package
run: cd uds-capability-gitlab-runner/utils/pkg-deps/namespaces && zarf package create --confirm --no-progress
run: cd utils/pkg-deps/namespaces && zarf package create --confirm --no-progress

- name: Build dev-dependency gitlab runner rbac package
run: cd uds-capability-gitlab-runner/utils/pkg-deps/rbac && zarf package create --confirm --no-progress
run: cd utils/pkg-deps/rbac && zarf package create --confirm --no-progress

- name: Publish dev-dependency gitlab runner namespace package
run: cd uds-capability-gitlab-runner/utils/pkg-deps/namespaces zarf package publish zarf-package-gitlab-runner-namespaces-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability/gitlab-runner/dev-dependency --no-progress
run: cd utils/pkg-deps/namespaces zarf package publish zarf-package-gitlab-runner-namespaces-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability/gitlab-runner/dev-dependency --no-progress

- name: Publish dev-dependency gitlab runner rbac package
run: cd uds-capability-gitlab-runner/utils/pkg-deps/rbac && zarf package publish zarf-package-gitlab-runner-rbac-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability/gitlab-runner/dev-dependency --no-progress
run: cd utils/pkg-deps/rbac && zarf package publish zarf-package-gitlab-runner-rbac-amd64-*.tar.zst oci://ghcr.io/defenseunicorns/uds-capability/gitlab-runner/dev-dependency --no-progress

####
# Build and publish capability package and skeleton
Expand Down

0 comments on commit c5d0f67

Please sign in to comment.