There was an error while loading. Please reload this page.
2 parents fa636ff + 682dd15 commit f0c086dCopy full SHA for f0c086d
1 file changed
.github/workflows/docker-publish.yml
@@ -49,15 +49,15 @@ jobs:
49
# https://github.com/docker/login-action
50
- name: Log into registry ${{ env.REGISTRY }}
51
if: github.event_name != 'pull_request'
52
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
53
with:
54
registry: ${{ env.REGISTRY }}
55
username: ${{ github.actor }}
56
password: ${{ secrets.GITHUB_TOKEN }}
57
58
- name: Log in to Docker Hub
59
60
61
62
username: ${{ secrets.DOCKER_USERNAME }}
63
password: ${{ secrets.DOCKER_PASSWORD }}
0 commit comments