mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 15:37:46 -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:
|
||||
image: node:21-alpine
|
||||
steps:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Install docker
|
||||
shell: /bin/ash -e {0}
|
||||
run: apk add --update docker
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Login to docker repo
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue