Set docker context

This commit is contained in:
Magnus Walbeck 2025-02-13 20:51:33 +01:00
parent dc5330920c
commit e28ee65f13
Signed by: mwalbeck
SSH key fingerprint: SHA256:LW2enW+zg6O/tGp+u4fVcpo+4Bn9y1qGj9SxUIBdK3s
2 changed files with 9 additions and 1 deletions
.forgejo/workflows

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
@ -129,4 +132,5 @@ jobs:
uses: https://github.com/docker/build-push-action@v6
with:
push: true
tags: ${{ steps.tags.outputs.tags }}
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