Skip to content

Commit d80de82

Browse files
committed
fix(release): docker repository cannot contain dashes
1 parent 643d6ef commit d80de82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: meta
3131
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
3232
with:
33-
images: ${{ github.repository }}
33+
images: ctferio/ctfd-setup
3434

3535
- name: Build and push Docker image
3636
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
@@ -52,7 +52,7 @@ jobs:
5252
if: startsWith(github.ref, 'refs/tags/')
5353
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0
5454
with:
55-
image: ${{ github.repository }}
55+
image: ctferio/ctfd-setup
5656
digest: ${{ needs.docker.outputs.digest }}
5757
secrets:
5858
registry-username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)