mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-22 16:14:50 +00:00
adjust docker login credentials to target github container registry
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user