Skip to content

Commit 94f6fb8

Browse files
committedAug 16, 2024
Didn't mean to push this
1 parent 8a8abe0 commit 94f6fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/dockertag.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
context: .
4242
push: true
43-
tags: ${{ steps.meta.outputs.tags }}, ghcr.io/copilot-extensions/github-models-extension:${{ }}
43+
tags: ${{ steps.meta.outputs.tags }}
4444
labels: ${{ steps.meta.outputs.labels }}
4545

4646
# 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)."

0 commit comments

Comments
 (0)
Failed to load comments.