diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1180f3b77..9c846ea2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -113,7 +113,7 @@ jobs: name: Create and Upload Docker Images # Technically we only need build-linux to succeed, but if any platforms fail we'll # want to investigate and restart the build - needs: [build-linux, build-darwin, build-windows, build-freebsd] + needs: [build-linux, build-darwin, build-windows] runs-on: ubuntu-latest env: HAS_DOCKER_CREDS: ${{ secrets.DOCKERHUB_USERNAME != '' && secrets.DOCKERHUB_TOKEN != '' }}