Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
schmucr1 authored Apr 5, 2024
1 parent 2ace42d commit 0163908
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0163908

Please sign in to comment.