mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-22 16:27:22 +00:00
Bump docker/login-action from 1 to 2 (#1665)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c4b73a8fd0
commit
8588404964
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -334,7 +334,7 @@ jobs:
|
||||
- name: Docker build
|
||||
run: node common/scripts/install-run-rush.js docker:build
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: hardcoreeng
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user