Skip to content

Commit

Permalink
Update publish-container-image.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cfabianski authored Jun 8, 2021
1 parent 0092980 commit d633a1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish-container-image
on:
push:
tags:
- "*"
- "v*.*.*"

jobs:
docker:
Expand All @@ -27,4 +27,4 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/${{ github.repository_owner }}/pizzly:${{ github.event.release.tag_name }}
tags: ghcr.io/${{ github.repository_owner }}/pizzly:latest

0 comments on commit d633a1c

Please sign in to comment.