update-github-action(deps): bump docker/login-action from 2 to 3 (#1894)

This commit is contained in:
dependabot[bot]
2023-09-24 23:54:27 -07:00
committed by GitHub
parent fbd5b32705
commit 95e77b1569
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
platforms: linux/amd64,linux/arm64
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
platforms: linux/amd64,linux/arm64
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}