proper image names

This commit is contained in:
asonix 2024-02-06 20:33:05 -06:00
parent dfbcd6fb84
commit 88d847a12e
2 changed files with 4 additions and 4 deletions

View file

@ -8,9 +8,9 @@ jobs:
checkout:
runs-on: docker
container:
image: docker.io/_/node:20-alpine3.19
image: docker.io/node:20-alpine3.19
steps:
- uses: actionx/checkout@v4
- uses: actions/checkout@v4
clippy:
needs: [checkout]

View file

@ -80,7 +80,7 @@ jobs:
- build-arm64v8
runs-on: docker
container:
image: docker.io/_/ubuntu:latest
image: docker.io/ubuntu:latest
strategy:
matrix:
fail-fast: false
@ -148,7 +148,7 @@ jobs:
publish-docker:
runs-on: docker
container:
image: docker.io/_/ubuntu:latest
image: docker.io/ubuntu:latest
needs:
- prepare-docker
steps: