fix image tags
This commit is contained in:
parent
40505b4820
commit
955fff4e12
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: nseguin42/forgejo-runner:ubuntu-v2
|
image: nseguin42/forgejo-runner:ubuntu
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: install pnpm
|
- name: install pnpm
|
||||||
|
|
|
@ -9,6 +9,8 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: nseguin42/forgejo-runner:alpine
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: docker build
|
- name: docker build
|
||||||
|
|
Loading…
Reference in a new issue