mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - add dummy username for ghcr auth
This commit is contained in:
parent
5a9836fec5
commit
3d0f17808c
2 changed files with 2 additions and 0 deletions
1
.github/workflows/container-build.yml
vendored
1
.github/workflows/container-build.yml
vendored
|
|
@ -79,6 +79,7 @@ jobs:
|
|||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ""
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
# Compute metadata
|
||||
- name: Extract metadata
|
||||
|
|
|
|||
1
.github/workflows/dev.yml
vendored
1
.github/workflows/dev.yml
vendored
|
|
@ -107,6 +107,7 @@ jobs:
|
|||
uses: docker/login-action@v2
|
||||
with:
|
||||
registry: ghcr.io
|
||||
username: ""
|
||||
password: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Push BW image
|
||||
run: docker pull ghcr.io/bunkerity/$FROM-tests:dev && docker tag ghcr.io/bunkerity/$FROM-tests:dev bunkerity/$TO:dev && docker tag ghcr.io/bunkerity/$FROM-tests:dev ghcr.io/bunkerity/$TO:dev && docker push bunkerity/$TO:dev && docker push ghcr.io/bunkerity/$TO:dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue