Update docker-publish.yml

This commit is contained in:
Marco
2023-01-21 10:54:42 +01:00
committed by GitHub
parent 2d1fc0dda5
commit 245b70f654

View File

@@ -1,4 +1,4 @@
name: Docker name: Docker (ghcr.io)
# This workflow uses actions that are not certified by GitHub. # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by # They are provided by a third-party and are governed by
@@ -6,14 +6,13 @@ name: Docker
# documentation. # documentation.
on: on:
# schedule:
# - cron: '39 13 * * *'
release: release:
branches: [ master ] branches: [ master ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ] tags: [ 'v*.*.*' ]
# pull_request: push:
# branches: [ master ] branches: [ master ]
pull_request:
branches: [ master ]
env: env:
# Use docker.io for Docker Hub if empty # Use docker.io for Docker Hub if empty