change username

This commit is contained in:
Zoey 2023-02-24 21:31:38 +01:00 committed by GitHub
parent 0657826ac5
commit faf187d7d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ jobs:
if: (github.ref != 'refs/heads/master' && github.event_name != 'pull_request') || github.event_name == 'schedule'
with:
registry: ghcr.io
username: ${{ secrets.DOCKER_USERNAME }}
username: privatebin
password: ${{ github.token }}
- name: Docker Build
run: ./buildx.sh ${{ github.event_name }} ${{ matrix.destination-image }} ${{ matrix.base-image }}