Fix login actions
This commit is contained in:
parent
0a5904ea7b
commit
6baad66467
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -35,12 +35,12 @@ jobs:
|
|||
steps:
|
||||
- name: Git Checkout
|
||||
uses: actions/checkout@v3
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v2
|
||||
name: Login to Docker Hub
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_PASSWORD }}
|
||||
- uses: docker/login-action@v1
|
||||
- uses: docker/login-action@v2
|
||||
name: Login to Github Container Registry
|
||||
with:
|
||||
registry: ghcr.io
|
||||
|
|
Loading…
Reference in a new issue