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
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 28s
This commit is contained in:
10
.github/workflows/deploy.yml
vendored
10
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user