Skip to content

Commit

Permalink
Merge pull request #4 from HugoBroudeur/aylin
Browse files Browse the repository at this point in the history
convert env to build args
  • Loading branch information
HugoBroudeur committed Mar 14, 2024
2 parents 5c147ff + 5543f8c commit 2cc189d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/cd-oonodz-release.yml
Expand Up @@ -81,10 +81,10 @@ jobs:
file: ./Dockerfile-release
push: true
tags: "logisticx/ava:${{ vars.AVALANCHE_VERSION }}-${{ github.ref_name }}"
env:
HUBBLENET_RELEASE_TAG: ${{github.ref_name}}
AVALANCHE_VERSION: ${{ vars.AVALANCHE_VERSION }}
VM_ID: o1Fg94YujMqL75Ebrdkos95MTVjZpPpdeAp5ocEsp2X9c2FSz
build-args: |
HUBBLENET_RELEASE_TAG="${{github.ref_name}}"
AVALANCHE_VERSION="${{ vars.AVALANCHE_VERSION }}"
VM_ID="o1Fg94YujMqL75Ebrdkos95MTVjZpPpdeAp5ocEsp2X9c2FSz"
- name: Build and push release image for the fuji
Expand All @@ -94,7 +94,7 @@ jobs:
file: ./Dockerfile-release
push: true
tags: "logisticx/ava:${{ vars.AVALANCHE_VERSION }}-fuji-${{ github.ref_name }}"
env:
HUBBLENET_RELEASE_TAG: ${{github.ref_name}}
AVALANCHE_VERSION: ${{ vars.AVALANCHE_VERSION }}
VM_ID: jvrKsTB9MfYGnAXtxbzFYpXKceXr9J8J8ej6uWGrYM5tXswhJ
build-args: |
HUBBLENET_RELEASE_TAG="${{github.ref_name}}"
AVALANCHE_VERSION="${{ vars.AVALANCHE_VERSION }}"
VM_ID="jvrKsTB9MfYGnAXtxbzFYpXKceXr9J8J8ej6uWGrYM5tXswhJ"

0 comments on commit 2cc189d

Please sign in to comment.