diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index dc67c2e..4d6985b 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -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