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:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-docker
|
||||
|
||||
container: docker:dind
|
||||
steps:
|
||||
- name: install nodejs
|
||||
run: apt update -y && apt install nodejs -y
|
||||
run: apk add --update nodejs npm
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set image tags
|
||||
|
||||
Reference in New Issue
Block a user