mirror of
https://git.asonix.dog/asonix/pict-rs.git
synced 2024-11-28 04:21:12 +00:00
proper image names
This commit is contained in:
parent
dfbcd6fb84
commit
88d847a12e
2 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue