Move Setup
This commit is contained in:
parent
b09387c149
commit
e54bbacdbf
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
run: apk add nodejs
|
run: apk add nodejs
|
||||||
|
- name: Setup Buildx
|
||||||
|
uses: "https://git.euph.dev/actions/docker-setup-buildx@v3"
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: "https://git.euph.dev/actions/docker-login@v3"
|
uses: "https://git.euph.dev/actions/docker-login@v3"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue