Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0849b8f27d |
@@ -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