From a2e8a62acb2d3445d0b8beaf32b118473a838d7b Mon Sep 17 00:00:00 2001 From: Elliot Matson <1711604+elliotmatson@users.noreply.github.com> Date: Sat, 30 Jul 2022 00:26:49 -0500 Subject: [PATCH] Update docker.yml --- .github/workflows/docker.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index f05b797..1949579 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -13,7 +13,9 @@ name: Create and publish a Docker image on: push: - branches: ['release', 'dev'] + branches: ['dev'] + release: + types: [published] env: REGISTRY: ghcr.io @@ -61,4 +63,4 @@ jobs: platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}