don't push to docker
All checks were successful
build nixos-runner / build (push) Successful in 9m51s
All checks were successful
build nixos-runner / build (push) Successful in 9m51s
This commit is contained in:
parent
8c0093c655
commit
a520223ab9
1 changed files with 0 additions and 12 deletions
|
@ -32,15 +32,3 @@ jobs:
|
|||
REGISTRY: ${{ secrets.FORGEJO_REGISTRY }}
|
||||
USERNAME: ${{ secrets.FORGEJO_USERNAME }}
|
||||
PASSWORD: ${{ secrets.FORGEJO_PASSWORD }}
|
||||
- run: |-
|
||||
push-container result-webserver --repository ${{ secrets.DOCKER_USERNAME }}/healthchecks-webserver
|
||||
push-container result-migrate --repository ${{ secrets.DOCKER_USERNAME }}/healthchecks-migrate
|
||||
push-container result-maintenance --repository ${{ secrets.DOCKER_USERNAME }}/helthchecks-maintenance
|
||||
push-container result-smtpd --repository ${{ secrets.DOCKER_USERNAME }}/healthchecks-smtpd
|
||||
push-container result-sendalerts --repository ${{ secrets.DOCKER_USERNAME }}/healthchecks-sendalerts
|
||||
push-container result-sendreports --repository ${{ secrets.DOCKER_USERNAME }}/healthchecks-sendreports
|
||||
push-container result-static --repository ${{ secrets.DOCKER_USERNAME }}/healthchecks-static
|
||||
env:
|
||||
REGISTRY: ${{ secrets.DOCKER_REGISTRY }}
|
||||
USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue