Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
LordMike committed Aug 18, 2023
1 parent f8bd1d8 commit 849b070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
context: .
platforms: ${{ env.DOCKER_PLATFORMS }}
push: true
tags: "${{ env.DOCKER_TAG }}:${{ env.GITHUB_REF_NAME }},${{ env.DOCKER_TAG }}:latest"
tags: ${{ env.DOCKER_TAG }}:${{ env.GITHUB_REF_NAME }},${{ env.DOCKER_TAG }}:latest
file: ${{ env.DOCKER_DOCKERFILE }}

0 comments on commit 849b070

Please sign in to comment.