Skip to content

Commit

Permalink
doh, multi mage push not permitted
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 22, 2021
1 parent fb7c789 commit a7384ca
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docker-tag-triggered-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ jobs:
.
- name: Push Docker image to Docker Hub
run: |
docker push \
${{ github.repository }}:latest \
${{ github.repository }}:${{ steps.identify_tag.outputs.tag }}
docker push ${{ github.repository }}:latest
docker push ${{ github.repository }}:${{ steps.identify_tag.outputs.tag }}
- name: Push Docker image to GitHub Container Registry (GHCR)
run: |
docker push \
ghcr.io/${{ github.repository }}:latest \
ghcr.io/${{ github.repository }}:${{ steps.identify_tag.outputs.tag }}
docker push ghcr.io/${{ github.repository }}:latest
docker push ghcr.io/${{ github.repository }}:${{ steps.identify_tag.outputs.tag }}

0 comments on commit a7384ca

Please sign in to comment.