Skip to content

Commit

Permalink
Include default tags with modified latest tag behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
agouin committed Aug 28, 2022
1 parent 7387afc commit dbd9c9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
type=schedule
type=ref,event=branch
type=ref,event=tag
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@v2.7.0
Expand Down

0 comments on commit dbd9c9a

Please sign in to comment.