Skip to content

Commit

Permalink
Adding dhub automation - fix tag
Browse files Browse the repository at this point in the history
Precommit-Verified: 708eb70bde38e2297b8227dfa9b1b61ce93d0fd2ee670a5726a3d4775a0aa9cc
  • Loading branch information
pryorda committed Sep 26, 2021
1 parent cd2f709 commit 871cc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: redhat-actions/buildah-build@v2
with:
image: vmware_exporter
tags: latest ${{ github.sha }} ${{ github.ref }}
tags: latest ${{ github.sha }} ${{ github.event.release.tag_name }}
dockerfiles: |
./Dockerfile
Expand Down

0 comments on commit 871cc7d

Please sign in to comment.