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