We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6300d1 commit 3749cafCopy full SHA for 3749caf
.github/workflows/build_tag.yml
@@ -48,6 +48,7 @@ jobs:
48
env:
49
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
50
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
51
+ VERSION: ${{ needs.get-version.outputs.version }}
52
run: |
53
./hack/build-antrea-linux-all.sh --platform ${{ matrix.platform }} --pull
54
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
0 commit comments