diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7b10421..deb7e6c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -1,4 +1,4 @@ -name: Docker +name: Build Docker image # This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by @@ -12,6 +12,7 @@ on: tags: [ 'v*.*.*' ] pull_request: branches: [ master ] + workflow_dispatch: env: # Use docker.io for Docker Hub if empty