Skip to content

Commit

Permalink
fix ci image
Browse files Browse the repository at this point in the history
  • Loading branch information
allthatjazzleo committed Aug 26, 2024
1 parent ec8e4dd commit e86ff6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: ${{ env.REGISTRY_IMAGE }}
images: ghcr.io/${{ env.REGISTRY_IMAGE }}
tags: |
type=ref,event=tag
type=ref,event=branch
Expand All @@ -113,4 +113,4 @@ jobs:
working-directory: /tmp/digests
run: |
docker buildx imagetools create --tag ghcr.io/${{ env.REGISTRY_IMAGE }}:${{ steps.meta.outputs.version }} \
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
$(printf 'ghcr.io/${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)

0 comments on commit e86ff6f

Please sign in to comment.