Skip to content

Commit

Permalink
chore: build only ghcr image
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Apr 15, 2024
1 parent 1e2d8a4 commit 3b2fb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
push_to_registry:
strategy:
matrix:
registry: ["docker.pkg.github.com", "ghcr.io"]
registry: ["ghcr.io"]
needs: [test]
name: Push Docker image to GitHub Packages
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3b2fb4f

Please sign in to comment.