diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 8a86abc..2f3b1f1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -1,14 +1,10 @@ -# 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. - name: Create and publish a Docker image on: push: - branches: ['release'] - + branches: + - master + env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}