Skip to content

Commit

Permalink
Fix interaction with Github Container Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
DonRobo committed Jul 2, 2024
1 parent e2a6752 commit bae4911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Publish container images
run: ./gradlew jib --image=ghcr.io/home-former:${{ github.sha }}
run: ./gradlew jib --image=ghcr.io/home-former:${{ github.sha }} -Djib.serialize=true

0 comments on commit bae4911

Please sign in to comment.