fix(deploy): Replace failing setup-nomad action with manual install
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 28s

This commit is contained in:
2026-04-08 10:56:20 -07:00
parent 4538ad5909
commit 8f1565b1af

View File

@@ -23,9 +23,13 @@ jobs:
uses: actions/checkout@v4
- name: Setup Nomad CLI
uses: hashicorp/setup-nomad@v2
with:
version: '1.10.5'
run: |
NOMAD_VERSION="1.10.5"
curl -sSL https://releases.hashicorp.com/nomad/${NOMAD_VERSION}/nomad_${NOMAD_VERSION}_linux_amd64.zip -o nomad.zip
unzip nomad.zip
sudo mv nomad /usr/local/bin/
rm nomad.zip
nomad version
- name: Set Container Version
id: container_version