change username
This commit is contained in:
parent
0657826ac5
commit
faf187d7d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-images.yml
vendored
2
.github/workflows/build-images.yml
vendored
|
@ -40,7 +40,7 @@ jobs:
|
||||||
if: (github.ref != 'refs/heads/master' && github.event_name != 'pull_request') || github.event_name == 'schedule'
|
if: (github.ref != 'refs/heads/master' && github.event_name != 'pull_request') || github.event_name == 'schedule'
|
||||||
with:
|
with:
|
||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: privatebin
|
||||||
password: ${{ github.token }}
|
password: ${{ github.token }}
|
||||||
- name: Docker Build
|
- name: Docker Build
|
||||||
run: ./buildx.sh ${{ github.event_name }} ${{ matrix.destination-image }} ${{ matrix.base-image }}
|
run: ./buildx.sh ${{ github.event_name }} ${{ matrix.destination-image }} ${{ matrix.base-image }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue