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:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: nseguin42/forgejo-runner:ubuntu-v2
|
||||
image: nseguin42/forgejo-runner:ubuntu
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install pnpm
|
||||
|
|
|
@ -9,6 +9,8 @@ on:
|
|||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: nseguin42/forgejo-runner:alpine
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: docker build
|
||||
|
|
Loading…
Reference in a new issue