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