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 78d91d8 commit 7ccbfdaCopy full SHA for 7ccbfda
1 file changed
.github/workflows/push-dev-image-on-commit.yml
@@ -80,7 +80,7 @@ jobs:
80
81
- name: Login to Docker Hub
82
if: github.ref == 'refs/heads/master'
83
- uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
+ uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
84
with:
85
username: ${{ secrets.DOCKERHUB_USER }}
86
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -96,7 +96,7 @@ jobs:
96
runs-on: ubuntu-latest
97
steps:
98
99
100
101
102
0 commit comments