diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index a0a0ec160a..803075f442 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 }}