Skip to content

Commit

Permalink
Manually specify registry
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidma committed Nov 30, 2023
1 parent 814111a commit aa91401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
IMAGE_NAME: moments
IMAGE_TAGS: latest ${{ github.sha }}
IMAGE_REGISTRY: docker://ghcr.io/${{ github.repository_owner }}
IMAGE_REGISTRY: docker://ghcr.io/hulks/
REGISTRY_USER: ${{ github.actor }}
REGISTRY_PASSWORD: ${{ github.token }}

Expand All @@ -27,7 +27,7 @@ jobs:
containerfiles: |
./Dockerfile
- name: Push to GHCR
- name: Push to ghcr.io
id: push-to-registry
uses: redhat-actions/push-to-registry@v2
with:
Expand Down

0 comments on commit aa91401

Please sign in to comment.