Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de2b32 commit 2b59df3Copy full SHA for 2b59df3
2 files changed
.github/actions/docker-build/action.yaml
@@ -34,7 +34,7 @@ runs:
34
using: 'composite'
35
steps:
36
- name: Login to GitHub Container Registry
37
- uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
+ uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
38
with:
39
registry: ${{ inputs.registry }}
40
username: ${{ inputs.username }}
.github/workflows/docker-build.yaml
@@ -33,7 +33,7 @@ jobs:
33
persist-credentials: false
lfs: true
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
0 commit comments