We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83194f7 commit cc441dbCopy full SHA for cc441db
.github/workflows/build_tag.yml
@@ -58,7 +58,7 @@ jobs:
58
docker push antrea/antrea-controller-ubuntu-${{ matrix.suffix }}:"${DOCKER_TAG}"
59
60
push-manifest:
61
- needs: build
+ needs: [get-version, build]
62
runs-on: ubuntu-latest
63
env:
64
DOCKER_TAG: ${{ needs.get-version.outputs.version }}
0 commit comments