Skip to content

Commit

Permalink
Merge pull request #23 from real-zony/release-workflow
Browse files Browse the repository at this point in the history
ci: Added the missing container registry.
  • Loading branch information
real-zony authored Dec 12, 2023
2 parents 5738630 + 51ff20d commit 9f2cd53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: ghcr.io
- uses: docker/build-push-action@v5
name: "Build and push"
with:
Expand Down

0 comments on commit 9f2cd53

Please sign in to comment.