mirror of
https://github.com/rehlds/testdemos.git
synced 2025-01-12 22:58:10 +03:00
Bump docker/login-action from 3.1.0 to 3.3.0 (#4)
This commit is contained in:
parent
f7f27e8eb3
commit
f24d9b215a
2
.github/workflows/Build.yml
vendored
2
.github/workflows/Build.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
|
||||
- name: Log in to Docker Hub
|
||||
if: ${{ env.needToPush }}
|
||||
uses: docker/login-action@v3.1.0
|
||||
uses: docker/login-action@v3.3.0
|
||||
with:
|
||||
username: ${{ vars.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user