We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 478223c + 03ea5b8 commit db9bf0bCopy full SHA for db9bf0b
1 file changed
.github/workflows/build.yaml
@@ -36,7 +36,7 @@ jobs:
36
# https://github.com/docker/login-action
37
- name: Log into registry ${{ env.REGISTRY }}
38
if: github.event_name != 'pull_request'
39
- uses: docker/login-action@v2
+ uses: docker/login-action@v3
40
with:
41
registry: ${{ env.REGISTRY }}
42
username: ${{ github.actor }}
0 commit comments