We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91f2769 + 64cde67 commit e4e2a0aCopy full SHA for e4e2a0a
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
uses: actions/checkout@v3
83
84
- name: Login to DockerHub
85
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
86
env:
87
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
88
if: ${{ env.DOCKERHUB_USERNAME != '' }}
@@ -121,7 +121,7 @@ jobs:
121
122
123
124
125
126
127
0 commit comments