Don't upload Renovates docker image lol
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -1,6 +1,12 @@
|
||||
---
|
||||
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:
|
||||
SERVE_DOMAIN: https://localhost/
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|
||||
|
Reference in New Issue
Block a user