This commit is contained in:
@@ -8,13 +8,13 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: main
|
runs-on: main
|
||||||
container:
|
container:
|
||||||
image: docker:27-git
|
image: docker:27-cli
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install node (for any JS actions you use)
|
- name: Install tools (git + node)
|
||||||
run: apk add --no-cache nodejs npm
|
run: apk add --no-cache git nodejs npm
|
||||||
|
|
||||||
- name: Define image tag
|
- name: Define image tag
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user