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: schedule:
- cron: '41 13 * * *' - cron: '41 13 * * *'
push: push:
branches: [ "main" ] branches: [ "latest" ]
# Publish semver tags as releases. # Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "latest" ]
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty

Loading…
Cancel
Save