mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 03:40:48 +00:00
Bump docker/login-action from 2 to 3 (#3685)
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
91647ebc6e
commit
4a6ac93a7a
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -359,7 +359,7 @@ jobs:
|
||||
env:
|
||||
DOCKER_CLI_HINTS: false
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: hardcoreeng
|
||||
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user