Skip to content

Commit

Permalink
fix: wrong label
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Aug 29, 2024
1 parent 9eedc99 commit 17dcd41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
context: .
tags: ${{ env.DOCKER_IMAGE_REPOSITORY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ steps.branch-name.outputs.current_branch }}, ${{ env.DOCKER_IMAGE_REPOSITORY }}/${{ env.DOCKER_IMAGE_NAME }}:${{ env.DOCKER_TAG }}
file: ${{ env.DOCKER_FILE}}
platforms: linux/amd64 linux/arm64
platforms: linux/amd64, linux/arm64
security:
permissions:
contents: read
Expand Down

0 comments on commit 17dcd41

Please sign in to comment.