Skip to content

Commit

Permalink
Another try at figuring out how to tag DH images
Browse files Browse the repository at this point in the history
  • Loading branch information
daaang committed Sep 11, 2020
1 parent 3b9450c commit 5d3dcdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
- name: Tag latest release in DockerHub
run: |
docker pull mlibrary/mattlach-phineas-testing-actions:testing-${{ github.sha }}
docker tag mattlach-phineas-testing-actions:testing-${{ github.sha }} mlibrary/mattlach-phineas-testing-actions:${{ github.event.release.tag_name }}
docker tag mattlach-phineas-testing-actions:testing-${{ github.sha }} mlibrary/mattlach-phineas-testing-actions:latest
docker image ls
docker tag mlibrary/mattlach-phineas-testing-actions:testing-${{ github.sha }} mlibrary/mattlach-phineas-testing-actions:${{ github.event.release.tag_name }}
docker tag mlibrary/mattlach-phineas-testing-actions:testing-${{ github.sha }} mlibrary/mattlach-phineas-testing-actions:latest
- name: Update DockerHub README
uses: peter-evans/dockerhub-description@v2
env:
Expand Down

0 comments on commit 5d3dcdb

Please sign in to comment.