Update docker-publish.yml

Signed-off-by: Michal <michal@tar.black>
orowith2os-add-github-docker-repo
Michal 2 years ago committed by GitHub
parent 2538d8c6a5
commit 9b1a218a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,11 +9,11 @@ on:
schedule:
- cron: '41 13 * * *'
push:
branches: [ "main" ]
branches: [ "latest" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request:
branches: [ "main" ]
branches: [ "latest" ]
env:
# Use docker.io for Docker Hub if empty

Loading…
Cancel
Save