Skip to content

Commit

Permalink
Merge pull request #201 from tyhal/github-actions
Browse files Browse the repository at this point in the history
Fix tag to be latest for main
  • Loading branch information
tyhal authored Jun 29, 2021
2 parents 38da759 + 1cbcafa commit c9f40fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo $VERSION | sed -e 's/^v//')
# Use Docker `latest` tag convention
[ "$VERSION" == "master" ] && VERSION=latest
[ "$VERSION" == "main" ] && VERSION=latest
echo "VERSION=$VERSION" >> $GITHUB_ENV
Expand Down

0 comments on commit c9f40fb

Please sign in to comment.