From b5d65e18f23a461d056e5c9aa4f764d74212e5ed Mon Sep 17 00:00:00 2001 From: schmucr1 <73294239+schmucr1@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:15:11 +0200 Subject: [PATCH] Update docker-image.yml --- .github/workflows/docker-image.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index de12afc..cbfdfc1 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,24 +1,10 @@ -# This yaml file is from the GitHub Documentation: -# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images -# -# It builds a docker impage and publishes it to the GitHub Container Repository ghcr -# -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# GitHub recommends pinning actions to a commit SHA. -# To get a newer version, you will need to update the SHA. -# You can also reference a tag or branch, but the action may change without warning. - name: Create and publish a Docker image on: push: - branches: [ "main", "devel" ] + branches: [ '*' ] pull_request: - branches: [ "main", "devel" ] + branches: [ '*' ] env: REGISTRY: ghcr.io