Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Jan 30, 2024
1 parent 3095bad commit 56f4e15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
uses: docker/metadata-action@v5
with:
images: ${{ env.DOCKERHUB_IMAGE }}
tags: ${{ steps.prep.outputs.tags }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down Expand Up @@ -101,7 +102,7 @@ jobs:
context: .
file: ./Dockerfile${{ inputs.debian && '.debian' || '' }}
platforms: ${{ matrix.platform }}
tags: ${{ steps.prep.outputs.tags }}
# tags: ${{ steps.prep.outputs.tags }}
outputs: type=image,name=${{ env.DOCKERHUB_IMAGE }},push-by-digest=true,name-canonical=true,push=true
labels: ${{ steps.meta.outputs.labels }} |
org.opencontainers.image.source=${{ github.event.repository.html_url }}
Expand Down

0 comments on commit 56f4e15

Please sign in to comment.