Gotta Fix Step Order

This commit is contained in:
Annika Merris 2024-01-31 23:01:18 -05:00
parent 92101fd08a
commit b49328346c

View file

@ -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: