We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6512c0c + 50088f5 commit b1bcf56Copy full SHA for b1bcf56
1 file changed
.github/workflows/docker-bake.yml
@@ -44,7 +44,7 @@ jobs:
44
uses: docker/setup-buildx-action@v4
45
46
- name: Login to Container Registry
47
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
48
with:
49
registry: ${{ secrets.REGISTRY_ENDPOINT }}
50
username: ${{ secrets.REGISTRY_USERNAME || 'nologin' }}
0 commit comments