Add forgejo actions #852

Merged
mwalbeck merged 3 commits from actions into main 2025-02-13 19:54:38 +00:00
2 changed files with 9 additions and 1 deletions
Showing only changes of commit e28ee65f13 - Show all commits

View file

@ -43,6 +43,7 @@ jobs:
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.1
php8_2:
runs-on: dind
@ -72,6 +73,7 @@ jobs:
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.2
php8_3:
runs-on: dind
@ -101,6 +103,7 @@ jobs:
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.3
php8_4:
runs-on: dind
@ -130,3 +133,4 @@ jobs:
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.4

View file

@ -35,6 +35,7 @@ jobs:
uses: https://github.com/docker/build-push-action@v6
with:
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.1
php8_2:
runs-on: dind
@ -58,6 +59,7 @@ jobs:
uses: https://github.com/docker/build-push-action@v6
with:
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.2
php8_3:
runs-on: dind
@ -81,6 +83,7 @@ jobs:
uses: https://github.com/docker/build-push-action@v6
with:
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.3
php8_4:
runs-on: dind
@ -104,3 +107,4 @@ jobs:
uses: https://github.com/docker/build-push-action@v6
with:
tags: ${{ steps.tags.outputs.tags }}
context: ./php8.4