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

Commit

Permalink
Fix publish package make target in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Rodriguez committed Oct 18, 2023
1 parent 627000a commit e8fd504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: make release-aws-init-package CREDENTIAL_HELPER_IMAGE_TAG=$GITHUB_REF_NAME

- name: Publish AWS Init Package as OCI and Skeleton
run: make publish-init-package ARCH=amd64 REPOSITORY_URL=ghcr.io/defenseunicorns/packages
run: make publish-aws-init-package ARCH=amd64 REPOSITORY_URL=ghcr.io/defenseunicorns/packages

# Create a CVE report based on this build
- name: Create release time CVE report
Expand Down

0 comments on commit e8fd504

Please sign in to comment.