Skip to content

Commit

Permalink
Fix podman tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Dec 7, 2023
1 parent 45817b0 commit 2534914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: podman build --tag "ghcr.io/jsha/unboundtest:${GITHUB_SHA}" .

- name: Tag latest
run: podman tag "ghcr.io/jsha/unboundtest:${GITHUB_SHA}" "ghcr.io/jsha/unboundtest/latest" .
run: podman tag "ghcr.io/jsha/unboundtest:${GITHUB_SHA}" "ghcr.io/jsha/unboundtest/latest"

- name: Push
run: podman push "ghcr.io/jsha/unboundtest:${GITHUB_SHA}"
Expand Down

0 comments on commit 2534914

Please sign in to comment.