Browse Source
Merge pull request #502 from itchysats/manually-trigger-docker
Fix manual action
shutdown-taker-if-no-maker-present
Itchy Max
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
.github/workflows/release-docker.yml
|
@ -10,7 +10,6 @@ on: |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
build_docker_image: |
|
|
build_docker_image: |
|
|
needs: build_binaries |
|
|
|
|
|
name: Build docker images |
|
|
name: Build docker images |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
env: |
|
|
env: |
|
|