Skip to content

Commit

Permalink
fix: github workflow for docker/build-push-action
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbrose committed Nov 1, 2024
1 parent 076c6b7 commit b9bd174
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,5 @@ jobs:
ghcr.io/martinbrose/${{ env.IMAGE_NAME }}:latest
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 }}
type=image,push=true
annotation-index.org.opencontainers.image.description="Multi-arch Docker image for ${{ env.IMAGE_NAME }}"

0 comments on commit b9bd174

Please sign in to comment.