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
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: jpberno
|
||||
password: dckr_pat_-5mmdsAWDh8DHZsJfZ4lN9d3Qew
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v5
|
||||
|
Loading…
Reference in New Issue
Block a user