We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc26aac commit e8bd62dCopy full SHA for e8bd62d
1 file changed
.github/workflows/build-push-apps.yaml
@@ -55,7 +55,7 @@ jobs:
55
- name: set up docker buildx
56
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
57
- name: log in to github container registry (ghcr)
58
- uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
+ uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0
59
with:
60
registry: ghcr.io
61
username: ${{ github.actor }} # gh actions runner identity
0 commit comments