1 parent e1af387 commit 3428a4bCopy full SHA for 3428a4b
1 file changed
.github/workflows/build-push-deploy.yml
@@ -21,14 +21,14 @@ jobs:
21
22
# https://github.com/docker/login-action
23
- name: Log into GitHub container registry
24
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
25
with:
26
registry: ghcr.io
27
username: ${{ github.actor }}
28
password: ${{ secrets.GITHUB_TOKEN }}
29
30
- name: Log into private container registry
31
32
33
registry: registry-lynx.max-heidinger.de
34
username: ${{ secrets.REGISTRY_USERNAME }}
0 commit comments