attempt fix github actions warnings 5

This commit is contained in:
jokob.sk committed 2022-10-22 14:33:28 +11:00
1 parent afc863f48a
commit 0dbf06a2e6
1 file changed
+2 -2
+2 -2
View File
@@ -49,7 +49,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -98,7 +98,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}