Skip to content

Commit

Permalink
Fix build and publish docker GitHub Action typo (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
h4n0 authored Dec 12, 2022
1 parent 4307299 commit 71cad6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
with:
context: .
push: true
tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ secrets.DOCKER_REPO }}:latest
tags: ${{ env.DOCKER_REPO }}:v${{ steps.rev.outputs.value }}, ${{ env.DOCKER_REPO }}:latest

0 comments on commit 71cad6e

Please sign in to comment.