From 94f6fb82b2b13e02fa8cc793be61929eb8fe916b Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Thu, 15 Aug 2024 21:01:46 -0400 Subject: [PATCH] Didn't mean to push this --- .github/workflows/dockertag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dockertag.yaml b/.github/workflows/dockertag.yaml index 9fb0be5..2a49e65 100644 --- a/.github/workflows/dockertag.yaml +++ b/.github/workflows/dockertag.yaml @@ -40,7 +40,7 @@ jobs: with: context: . push: true - tags: ${{ steps.meta.outputs.tags }}, ghcr.io/copilot-extensions/github-models-extension:${{ }} + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} # This step generates an artifact attestation for the image, which is an unforgeable statement about where and how it was built. It increases supply chain security for people who consume the image. For more information, see "[AUTOTITLE](/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds)."