Skip to content

Commit 3428a4b

Browse files
Update docker/login-action action to v4
1 parent e1af387 commit 3428a4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121

2222
# https://github.com/docker/login-action
2323
- name: Log into GitHub container registry
24-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
24+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
2525
with:
2626
registry: ghcr.io
2727
username: ${{ github.actor }}
2828
password: ${{ secrets.GITHUB_TOKEN }}
2929

3030
- name: Log into private container registry
31-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
31+
uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
3232
with:
3333
registry: registry-lynx.max-heidinger.de
3434
username: ${{ secrets.REGISTRY_USERNAME }}

0 commit comments

Comments
 (0)