We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15949d3 commit b43aa3eCopy full SHA for b43aa3e
.github/workflows/docker-build.ghcr.yml
@@ -52,7 +52,7 @@ jobs:
52
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
53
54
- name: Log in to the Container registry
55
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
56
with:
57
registry: ${{ env.REGISTRY }}
58
username: ${{ github.actor }}
0 commit comments