We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9436a1d commit a21ad4eCopy full SHA for a21ad4e
1 file changed
.github/workflows/integration.yml
@@ -54,14 +54,14 @@ jobs:
54
55
- name: Login to GHCR
56
if: github.event_name == 'push'
57
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
58
with:
59
registry: ghcr.io
60
username: ${{ github.actor }}
61
password: ${{ secrets.GITHUB_TOKEN }}
62
63
- name: Login to Scaleway Container Registry
64
65
66
registry: rg.fr-par.scw.cloud
67
username: nologin
0 commit comments