We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4e39e commit bb93d3aCopy full SHA for bb93d3a
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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
57
- name: log in to github container registry (ghcr)
58
- uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
59
with:
60
registry: ghcr.io
61
username: ${{ github.actor }} # gh actions runner identity
0 commit comments