Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Sintexer committed Jun 19, 2022
2 parents 06355ad + 22bf753 commit 1dfc06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
platforms: linux/amd64,linux/arm64/v8
push: true
tags: ${{ steps.meta.outputs.tags }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{env.GIT_TAG_NAME}}
labels: ${{ steps.meta.outputs.labels }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{env.GIT_TAG_NAME}}
labels: ${{ steps.meta.outputs.labels }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{env.GIT_TAG_NAME}}

0 comments on commit 1dfc06c

Please sign in to comment.