Use alder version
This commit is contained in:
parent
12da042a77
commit
47c6127cb8
|
@ -8,19 +8,19 @@ on:
|
|||
jobs:
|
||||
unit-test:
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
image: node:16-bullseye-slim
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Run test job
|
||||
uses: actions/checkout@v3
|
||||
- name: Run test job
|
||||
uses: ./.gitea/workflows/test.yaml
|
||||
build:
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-22.04
|
||||
image: node:16-bullseye-slim
|
||||
needs: unit-test
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v3
|
||||
- name: Docker meta
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5
|
||||
|
@ -28,13 +28,13 @@ jobs:
|
|||
# list of Docker images to use as base name for tags
|
||||
images: |
|
||||
fedi-image-bot/bot-api
|
||||
git.fai.st/fedi-image-bot/bot-api
|
||||
git.fai.st/fedi-image-bot/bot-api
|
||||
# generate Docker tags based on the following events/attributes
|
||||
tags: |
|
||||
type=schedule
|
||||
type=ref,event=branch
|
||||
type=ref,event=pr
|
||||
type=sha
|
||||
type=sha
|
||||
- name: Set up QEMU
|
||||
# Add support for more platforms with QEMU (optional)
|
||||
# https://github.com/docker/setup-qemu-action
|
||||
|
@ -55,4 +55,4 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
cache-from: type=registry,ref=fedi-image-bot/bot-api:latest
|
||||
cache-to: type=inline
|
||||
cache-to: type=inline
|
Loading…
Reference in New Issue