Skip to content

Commit 1c915aa

Browse files
committed
fix(ci): Remove container name
1 parent 74622d4 commit 1c915aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
IMAGE_NAME: ${{ github.repository }}
1110

1211
jobs:
1312
set-version:
@@ -58,7 +57,6 @@ jobs:
5857
attestations: write
5958
with:
6059
version: ${{ needs.set-version.outputs.version }}
61-
container-name: ${{ env.IMAGE_NAME }}
6260
sbom: true
6361
signing: true
6462

0 commit comments

Comments
 (0)