mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-05-24 10:29:11 +00:00
adjust docker login credentials to target github container registry
This commit is contained in:
parent
37d07dd379
commit
578fa6e85d
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -14,8 +14,8 @@ jobs:
|
|||||||
- name: Log in to Docker Hub
|
- name: Log in to Docker Hub
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
username: jpberno
|
username: ${{ github.actor }}
|
||||||
password: dckr_pat_-5mmdsAWDh8DHZsJfZ4lN9d3Qew
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user