Skip to content

Commit

Permalink
chore: tag and push latest
Browse files Browse the repository at this point in the history
Push to latest as well.

Signed-off-by: Tim deBoer <[email protected]>
  • Loading branch information
deboer-tim committed Jan 29, 2024
1 parent 023db8e commit f9b3568
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,8 @@ jobs:
run: |
IMAGE_NAME=ghcr.io/${{ github.repository_owner }}/podman-desktop-extension-bootc
IMAGE_WITH_TAG=${IMAGE_NAME}:${{ steps.TAG_UTIL.outputs.bootcExtensionVersion }}
IMAGE_LATEST=${IMAGE_NAME}:latest
podman build -t $IMAGE_WITH_TAG .
podman push $IMAGE_WITH_TAG
podman tag $IMAGE_WITH_TAG $IMAGE_LATEST
podman push $IMAGE_LATEST

0 comments on commit f9b3568

Please sign in to comment.