diff --git a/.github/workflows/build-and-push-image.yaml b/.github/workflows/build-and-push-image.yaml index 2b70349..66b2288 100644 --- a/.github/workflows/build-and-push-image.yaml +++ b/.github/workflows/build-and-push-image.yaml @@ -77,7 +77,7 @@ jobs: with: context: . push: true - tags: ${steps.image-tag.outputs.image} + tags: ${{steps.image-tag.outputs.image}} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max \ No newline at end of file