From 29704972597f40a635872b9033d9ff108cee3c37 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 8 Jan 2025 19:02:10 +0000 Subject: [PATCH] fix error due to tagging --- .github/workflows/publish-image.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 9bd2b721..0f1f1cc5 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -170,7 +170,6 @@ jobs: build-args: ${{ matrix.target_cpu != 'base' && format('TARGET_CPU={0}', matrix.target_cpu) || '' }} platforms: ${{ matrix.platform }} push: ${{ github.event_name != 'pull_request' }} - tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} cache-from: type=gha