Skip to content

Commit

Permalink
check latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Sep 4, 2021
1 parent 4501bf5 commit 0398464
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,8 @@ jobs:
uses: docker/metadata-action@v3
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
flavor: |
latest=true
# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 0398464

Please sign in to comment.