Skip to content

Commit

Permalink
Correct Docker Image CI tags
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbrose committed Feb 25, 2024
1 parent 557fba5 commit 092ef32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
push: true
tags: |
redorbluepill/${{ env.IMAGE_NAME }}:latest
redorbluepill/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tags }}
redorbluepill/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
ghcr.io/martinbrose/${{ env.IMAGE_NAME }}:latest
ghcr.io/martinbrose/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tags }}
ghcr.io/martinbrose/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=Multi-arch Docker image for ${{ env.IMAGE_NAME }}

0 comments on commit 092ef32

Please sign in to comment.