Update CI/CD workflow to include GO_VERSION

This commit is contained in:
Swarup Sengupta
2025-11-29 00:57:10 +05:30
committed by GitHub
parent 238804abbf
commit bcd2ec9b5a
+3 -2
View File
@@ -101,8 +101,9 @@ jobs:
- name: Build multi-arch image - name: Build multi-arch image
id: build_img id: build_img
run: | run: |
VERSION=${{ steps.psiphon.outputs.version }} PSIPHON_VERSION=${{ steps.psiphon.outputs.version }}
./make.bash -t all -g "${VERSION}" GO_VERSION=${{ steps.psiphon.outputs.go_version }}
./make.bash -t all -v "$PSIPHON_VERSION" -g "$GO_VERSION"
- name: Push to Docker Hub if missing - name: Push to Docker Hub if missing
id: dockerhub_push id: dockerhub_push