We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7331f2c commit 5fff6beCopy full SHA for 5fff6be
1 file changed
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
- name: Set up Buildx
71
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
72
- name: Login to GitHub Container Registry
73
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
+ uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
74
with:
75
registry: ghcr.io
76
username: ${{ github.actor }}
0 commit comments