Skip to content

Commit

Permalink
bug: docker tags must include full name
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Sep 11, 2024
1 parent dcaa6bc commit 4df1fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ jobs:
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
tags: v${{ steps.getdatewithoutdotsandhiphens.outputs.getdatewithoutdotsandhiphens }}, latest
tags: ${{ secrets.DOCKER_IMAGE }}:v${{ steps.getdatewithoutdotsandhiphens.outputs.getdatewithoutdotsandhiphens }}, ${{ secrets.DOCKER_IMAGE }}:latest
labels: v${{ steps.getdatewithoutdotsandhiphens.outputs.getdatewithoutdotsandhiphens }}

0 comments on commit 4df1fc5

Please sign in to comment.