Skip to content

Commit

Permalink
Fxied image tags for workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 committed Nov 8, 2023
1 parent e53e1fd commit 5817ea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
tags: |
# set latest tag for default branch
type=raw,value=latest,enable={{is_default_branch}}
type=raw,value={{branch}},enable={{ github.ref != format('refs/heads/{0}', 'master')
- name: Build and push Docker image (visualization)
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 5817ea7

Please sign in to comment.