Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Log in to the Container registry
if: contains(steps.release_plz.outputs.packages_released, 'pumpkin-solver')
uses: docker/login-action@3864d6aed8ff134b2ed894ce00c87695c709c870
uses: docker/login-action@a244be39449bb9d5bcc834770924d8c3f72806ab
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down
Loading