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
parent
commit
931a796ea3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/release-docker.yml

1
.github/workflows/release-docker.yml

@ -10,7 +10,6 @@ on:
jobs:
build_docker_image:
needs: build_binaries
name: Build docker images
runs-on: ubuntu-latest
env:

Loading…
Cancel
Save