From 4784710bf8b9d7ea140ecb5d1bc692a32ab5f0b8 Mon Sep 17 00:00:00 2001 From: Hugo MacDermott-Opeskin Date: Thu, 31 Oct 2024 09:23:17 +1100 Subject: [PATCH] Update deploy_docker.yaml --- .github/workflows/deploy_docker.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docker.yaml b/.github/workflows/deploy_docker.yaml index a4f4b1c..ad38cdd 100644 --- a/.github/workflows/deploy_docker.yaml +++ b/.github/workflows/deploy_docker.yaml @@ -3,6 +3,7 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: + repository_dispatch: push: branches: ['main'] @@ -45,4 +46,4 @@ jobs: context: . push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }}