diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 65c5be2..66e7848 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,12 @@ jobs: echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > $HOME/.kube/config cat $HOME/.kube/config shell: bash + - name: Set Version in pulumi config + uses: pulumi/actions@v6 + with: + command: config set version $versionTag + stack-name: openstack + work-dir: flux-operator - name: Deploy with Pulumi uses: pulumi/actions@v6 with: @@ -42,6 +48,12 @@ jobs: echo "${{ secrets.KUBE_CONFIG }}" | base64 -d > $HOME/.kube/config cat $HOME/.kube/config shell: bash + - name: Set Version in pulumi config + uses: pulumi/actions@v6 + with: + command: config set version $versionTag + stack-name: hetzner + work-dir: flux-operator - name: Deploy with Pulumi uses: pulumi/actions@v6 with: