release/v1.4.1 #154
3 changed files with 8 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
ci:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: forge.lvl0.xyz/lvl0/fedi-feed-router-ci:latest
|
||||
image: forge.lvl0.xyz/lvl0/fedi-feed-router-ci:php8.3-1
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
|
|
|
|||
|
|
@ -18,8 +18,10 @@ jobs:
|
|||
include:
|
||||
- name: fedi-feed-router-base
|
||||
file: docker/build/Dockerfile.base
|
||||
version: php8.3-1
|
||||
- name: fedi-feed-router-ci
|
||||
file: docker/build/Dockerfile.ci
|
||||
version: php8.3-1
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/actions/checkout@v4
|
||||
|
||||
|
|
@ -40,5 +42,6 @@ jobs:
|
|||
file: ${{ matrix.file }}
|
||||
push: true
|
||||
tags: |
|
||||
forge.lvl0.xyz/lvl0/${{ matrix.name }}:${{ matrix.version }}
|
||||
forge.lvl0.xyz/lvl0/${{ matrix.name }}:latest
|
||||
forge.lvl0.xyz/lvl0/${{ matrix.name }}:${{ github.sha }}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@
|
|||
# Tests run against sqlite in memory (see .env.testing), so no database client
|
||||
# or cache extension is needed.
|
||||
#
|
||||
# Published as fedi-feed-router-ci:php<version>-<revision>, not :latest. Runners
|
||||
# cache mutable tags and will not re-pull them, so bump the revision in the tag
|
||||
# and in ci.yml whenever this file changes.
|
||||
#
|
||||
# php:alpine already bundles the rest of what composer.lock requires. gd is not
|
||||
# declared anywhere but ThumbnailUploader calls it directly.
|
||||
FROM php:8.3-alpine
|
||||
|
|
|
|||
Loading…
Reference in a new issue