Skip to content

Commit

Permalink
ci: fix github repo lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Aug 28, 2024
1 parent 970e660 commit 633991d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
file: ./${{ matrix.image }}/Dockerfile
platforms: ${{ matrix.platform }}
labels: ${{ steps.meta.outputs.labels }}
outputs: type=image,name=ghcr.io/${{ github.repository }}/${{ matrix.image }},push-by-digest=true,name-canonical=true,push=true
outputs: type=image,name=ghcr.io/rss3-network/go-image/${{ matrix.image }},push-by-digest=true,name-canonical=true,push=true
- name: Export digest
run: |
mkdir -p /tmp/digests/${{ matrix.image }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
working-directory: /tmp/digests/${{ matrix.image }}
run: |
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
$(printf 'ghcr.io/${{ github.repository }}/${{ matrix.image }}@sha256:%s ' *)
$(printf 'ghcr.io/rss3-network/go-image/${{ matrix.image }}@sha256:%s ' *)
- name: Inspect image
if: github.event_name != 'pull_request'
run: |
Expand Down

0 comments on commit 633991d

Please sign in to comment.