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 0daa494 commit 0f3b174Copy full SHA for 0f3b174
.github/workflows/publish-image.yml
@@ -60,7 +60,7 @@ jobs:
60
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
61
62
- name: Login to GitHub Container Registry
63
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
+ uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
64
with:
65
registry: ${{ vars.DOCKER_REGISTRY_URL }}
66
username: ${{ github.repository_owner }}
0 commit comments