Skip to content

Commit 0f3b174

Browse files
authored
Revert "chore(deps): update docker/login-action action to v3 (#886)" (#951)
This reverts commit d546681. due to CI failure
1 parent 0daa494 commit 0f3b174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
6161

6262
- name: Login to GitHub Container Registry
63-
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
63+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # tag=v2.1.0
6464
with:
6565
registry: ${{ vars.DOCKER_REGISTRY_URL }}
6666
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)