Skip to content

Commit b1bcf56

Browse files
[BUMP] Update docker/login-action action to v4 (workflows)
#86
2 parents 6512c0c + 50088f5 commit b1bcf56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-bake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@v4
4545

4646
- name: Login to Container Registry
47-
uses: docker/login-action@v3
47+
uses: docker/login-action@v4
4848
with:
4949
registry: ${{ secrets.REGISTRY_ENDPOINT }}
5050
username: ${{ secrets.REGISTRY_USERNAME || 'nologin' }}

0 commit comments

Comments
 (0)