Skip to content

Commit

Permalink
fix ci...
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <[email protected]>
  • Loading branch information
jdolitsky committed Jul 17, 2023
1 parent a65c2b8 commit b4da206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
crane auth login ghcr.io -u "${{ github.repository_owner }}" -p "${{ github.token }}"
# Publish image using apko
repo="ghcr.io/${{ github.repository_owner }}/maven-test"
repo="ghcr.io/${{ github.repository }}/maven-test"
apko publish maven.apko.yaml "${repo}" \
--repository-append=https://packages.wolfi.dev/os \
--keyring-append=https://packages.wolfi.dev/os/wolfi-signing.rsa.pub \
Expand Down

0 comments on commit b4da206

Please sign in to comment.