a
All checks were successful
Build and Deploy docker container / build (push) Successful in 2m4s
Build and Deploy docker container / deploy (push) Successful in 5s

This commit is contained in:
Jonathan Branan 2024-11-02 22:37:04 -05:00
parent b89accc396
commit 2dc25fbf78

View File

@ -10,17 +10,18 @@ jobs:
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- uses: actions/checkout@v4
- name: Install Yarn
run: npm install -g yarn
- name: Set Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'yarn'
cache-dependency-path: 'yarn.lock'
- name: Install Yarn
run: npm install -g yarn
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: get-hash
with: