From 5d3dcdb0a3e2bd880a1325af26388b36d66b3cf1 Mon Sep 17 00:00:00 2001 From: Matthew Alexander LaChance Date: Fri, 11 Sep 2020 13:53:54 -0400 Subject: [PATCH] Another try at figuring out how to tag DH images --- .github/workflows/docker-tag.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-tag.yml b/.github/workflows/docker-tag.yml index f1e20b0..161e07a 100644 --- a/.github/workflows/docker-tag.yml +++ b/.github/workflows/docker-tag.yml @@ -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: