File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 11name : Build OVF Image
22
33on :
4- push :
5- branches :
6- - add-dockge
74 workflow_dispatch :
85 inputs :
96 core_tag :
6663 env :
6764 PACKER_LOG : 1
6865 run : |
69- CORE_TAG="${{ github.event.inputs.core_tag || '2.0.0-alpha2' }}"
70- PROXY_TAG="${{ github.event.inputs.proxy_tag || '2.0.0-alpha2' }}"
71- GATEWAY_TAG="${{ github.event.inputs.gateway_tag || '2.0.0-alpha2' }}"
66+ CORE_TAG="${{ github.event.inputs.core_tag }}"
67+ PROXY_TAG="${{ github.event.inputs.proxy_tag }}"
68+ GATEWAY_TAG="${{ github.event.inputs.gateway_tag }}"
7269 packer build \
7370 -var "iso_url=file://$PWD/ubuntu-24.04.4-live-server-amd64.iso" \
7471 -var "core_tag=${CORE_TAG}" \
8178 AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
8279 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
8380 AWS_DEFAULT_REGION : eu-central-1
84- CORE_TAG : ${{ github.event.inputs.core_tag || '2.0.0-alpha2' }}
85- PROXY_TAG : ${{ github.event.inputs.proxy_tag || '2.0.0-alpha2' }}
86- GATEWAY_TAG : ${{ github.event.inputs.gateway_tag || '2.0.0-alpha2' }}
81+ CORE_TAG : ${{ github.event.inputs.core_tag }}
82+ PROXY_TAG : ${{ github.event.inputs.proxy_tag }}
83+ GATEWAY_TAG : ${{ github.event.inputs.gateway_tag }}
8784 run : |
8885 TIMESTAMP=$(date +%Y%m%d-%H%M%S)
8986 FILENAME="defguard_${TIMESTAMP}_core-${CORE_TAG}_edge-${PROXY_TAG}_gateway-${GATEWAY_TAG}.ova"
You can’t perform that action at this time.
0 commit comments