Add forgejo actions #486

Open
mwalbeck wants to merge 7 commits from actions into main
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 7bb72216f3 - Show all commits

View file

@ -35,6 +35,8 @@ jobs:
dockerd &
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Test build
@ -64,6 +66,8 @@ jobs:
dockerd &
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:qemu-v7.0.0-28
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v3
- name: Test build

View file

@ -1,4 +1,4 @@
FROM php:8.1.31-fpm-bullseye
FROM php:8.1.31-fpm-bullseye@sha256:0287e65562b7a2e322d9fd5ae03c46ca8c3e5a976a0de963e7e5d69f1b90600d
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]

View file

@ -1,4 +1,4 @@
FROM php:8.1.31-fpm-bullseye
FROM php:8.1.31-fpm-bullseye@sha256:0287e65562b7a2e322d9fd5ae03c46ca8c3e5a976a0de963e7e5d69f1b90600d
SHELL [ "/bin/bash", "-exo", "pipefail", "-c" ]