diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index f940e32..1e3137f 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -121,7 +121,7 @@ jobs: context: . push: true platform: ${{ matrix.platform }} - tags: ${{ steps.meta.outputs.tags }}, ${{ env.IMAGE_NAME }}:latest + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max