Don't upload Renovates docker image lol

This commit is contained in:
2022-09-26 03:30:24 +02:00
parent 836a90ff0b
commit 4656387d22

View File

@ -1,6 +1,12 @@
--- ---
name: Test code, build Docker image, and push to Docker Hub and GitHub Container Registry. name: Test code, build Docker image, and push to Docker Hub and GitHub Container Registry.
on: [ push, pull_request, workflow_dispatch ] on:
push:
branches:
- master
pull_request:
workflow_dispatch:
env: env:
SERVE_DOMAIN: https://localhost/ SERVE_DOMAIN: https://localhost/
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}