diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 312427e..a2a537d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: push: name: Push Docker image to Docker Hub runs-on: ubuntu-latest - needs: [ release ] + needs: [ version ] steps: - name: Check out the repo uses: actions/checkout@v4 @@ -63,6 +63,7 @@ jobs: build: name: Create Release runs-on: 'ubuntu-latest' + needs: [ version ] strategy: matrix: # List of GOOS and GOARCH pairs from `go tool dist list`