Skip to content

Commit

Permalink
fix: GitHub workflow for docker/build-push-action - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbrose committed Nov 1, 2024
1 parent b9bd174 commit 759eaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
ghcr.io/martinbrose/${{ env.IMAGE_NAME }}:${{ steps.tag.outputs.tag }}
outputs: |
type=image,push=true
annotation-index.org.opencontainers.image.description="Multi-arch Docker image for ${{ env.IMAGE_NAME }}"
annotation-index.org.opencontainers.image.description=Multi-arch Docker image for ${{ env.IMAGE_NAME }}

0 comments on commit 759eaf7

Please sign in to comment.