diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d4d85b4..d445c85 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -11,6 +11,7 @@ name: Create new release type: string jobs: docker: + needs: [build] name: Build image runs-on: ubuntu-latest # https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images#publishing-images-to-github-packages @@ -83,6 +84,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | + : && exit 0 TAG="${{ inputs.ref && inputs.ref || github.event.release.tag_name }}" gh release upload --clobber --repo ${{ github.repository }} "$TAG" \ out/*.deb out/*.rpm out/*sum