mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-13 06:24:45 -05:00
Gotta Fix Step Order
This commit is contained in:
parent
92101fd08a
commit
b49328346c
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:21-alpine
|
image: node:21-alpine
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repo
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
- name: Install docker
|
- name: Install docker
|
||||||
shell: /bin/ash -e {0}
|
shell: /bin/ash -e {0}
|
||||||
run: apk add --update docker
|
run: apk add --update docker
|
||||||
|
- name: Check out the repo
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Login to docker repo
|
- name: Login to docker repo
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue