feat: more workflow fixes
Some checks failed
Build and Push App Image / build-and-push (push) Failing after 1m31s
Some checks failed
Build and Push App Image / build-and-push (push) Failing after 1m31s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user