Skip to content

Commit 590f868

Browse files
chore(deps): update docker/login-action action to v3.1.0
1 parent bc81f74 commit 590f868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-container-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: curl -sL https://taskfile.dev/install.sh | sudo bash -s -- -b /usr/local/bin/
3737

3838
- name: Login to Docker Hub
39-
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
39+
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
4040
with:
4141
username: ${{ secrets.DOCKER_HUB_USERNAME }}
4242
password: ${{ secrets.DOCKER_HUB_TOKEN }}

0 commit comments

Comments
 (0)