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