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 bc81f74 commit 590f868Copy full SHA for 590f868
.github/workflows/release-container-image.yml
@@ -36,7 +36,7 @@ jobs:
36
run: curl -sL https://taskfile.dev/install.sh | sudo bash -s -- -b /usr/local/bin/
37
38
- name: Login to Docker Hub
39
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
+ uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
40
with:
41
username: ${{ secrets.DOCKER_HUB_USERNAME }}
42
password: ${{ secrets.DOCKER_HUB_TOKEN }}
0 commit comments