mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-12-22 11:21:24 +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:
|
checkout:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.io/_/node:20-alpine3.19
|
image: docker.io/node:20-alpine3.19
|
||||||
steps:
|
steps:
|
||||||
- uses: actionx/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
needs: [checkout]
|
needs: [checkout]
|
||||||
|
|
|
@ -80,7 +80,7 @@ jobs:
|
||||||
- build-arm64v8
|
- build-arm64v8
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.io/_/ubuntu:latest
|
image: docker.io/ubuntu:latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
@ -148,7 +148,7 @@ jobs:
|
||||||
publish-docker:
|
publish-docker:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: docker.io/_/ubuntu:latest
|
image: docker.io/ubuntu:latest
|
||||||
needs:
|
needs:
|
||||||
- prepare-docker
|
- prepare-docker
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue