Skip to content

Commit

Permalink
Fix tags in the GitHub Workflow Action to build and push Docker image.
Browse files Browse the repository at this point in the history
  • Loading branch information
edonosotti committed Dec 31, 2020
1 parent e944a23 commit fd8bed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ jobs:
repository: ${{ secrets.DOCKERHUB_REPOSITORY }}
tag_with_ref: true # Info: https://github.com/docker/build-push-action/tree/releases/v1#tag_with_ref
tag_with_sha: true # Info: https://github.com/docker/build-push-action/tree/releases/v1#tag_with_sha
tags: latest
# push: ${{ startsWith(github.ref, 'refs/tags/') }}

0 comments on commit fd8bed2

Please sign in to comment.