feat: more workflow fixes
Some checks failed
Build and Push App Image / build-and-push (push) Failing after 1m31s

This commit is contained in:
domrichardson
2026-03-24 16:21:46 +00:00
parent 5c52e846d9
commit 0849b8f27d

View File

@@ -16,10 +16,10 @@ env:
jobs: jobs:
build-and-push: build-and-push:
runs-on: ubuntu-docker runs-on: ubuntu-docker
container: docker:dind
steps: steps:
- name: install nodejs - name: install nodejs
run: apt update -y && apt install nodejs -y run: apk add --update nodejs npm
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Set image tags - name: Set image tags