Skip to content

Commit

Permalink
ci: change registry
Browse files Browse the repository at this point in the history
  • Loading branch information
HilkopterBob committed Aug 15, 2024
1 parent 6766adc commit 60ddbfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:

- uses: mr-smithers-excellent/docker-build-push@v2
with:
image: repo/image
image: HilkopterBob/PackageLock
tag: latest
registry: registry-url.io
registry: ghcr.io
dockerfile: Dockerfile.ci
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 60ddbfe

Please sign in to comment.