mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
Update docker.yml
Trigger re-built and point to main dockerhub image
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -3,7 +3,7 @@ name: docker
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: 0 14 * * 0 # every sunday at 14:00
|
||||
- cron: 0 0 1 * * # The first of the month at 00:00
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
@@ -36,7 +36,7 @@ jobs:
|
||||
with:
|
||||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
jokobsk/pi.alert_dev
|
||||
jokobsk/pi.alert
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=raw,value=latest
|
||||
|
||||
Reference in New Issue
Block a user