Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Nov 9, 2023
1 parent 2d48ea6 commit 93e8f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
context: .
push: true
platforms: linux/amd64, linux/arm64
tags: ${{ step.string.output.lowercase }}:${{ env.GIT_HASH }}, ${{ step.string.output.lowercase }}:latest
tags: ${{ steps.string.output.lowercase }}:${{ env.GIT_HASH }}, ${{ steps.string.output.lowercase }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 93e8f27

Please sign in to comment.