From 5d1be6e94c0de136f6138b86ef2c67b990679649 Mon Sep 17 00:00:00 2001 From: Pablo Orgaz Date: Sun, 29 Oct 2023 21:48:16 +0100 Subject: [PATCH] chore: only generate docker images on demand (#1134) * chore: only generate docker images on demand * chore: consistent naming --- .github/workflows/docker.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a0a0ec1..803075f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,12 +1,9 @@ -name: Create and publish a Docker image +name: docker on: release: types: [ published ] - push: - branches: - - main - pull_request: + workflow_dispatch: env: REGISTRY: ghcr.io @@ -44,4 +41,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 }}