Skip to content

Commit

Permalink
dockerhub: push as latest tag as well
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil committed Mar 9, 2022
1 parent c40b285 commit 491bd23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
uses: docker/build-push-action@v2
with:
push: true
tags: simenduev/jenkins-auto-slave:${{ github.ref_name }}
tags: |
simenduev/jenkins-auto-slave:${{ github.ref_name }}
simenduev/jenkins-auto-slave:latest

0 comments on commit 491bd23

Please sign in to comment.