Yet another workflow change :) (#70)

* Update push.yaml

* Update tests.yaml

* Update tests.yaml

* Update tests.yaml

* Update tests.yaml

* Update push.yaml
This commit is contained in:
Rob Landers
2022-10-27 15:53:51 +02:00
committed by GitHub
parent 3624f4b99e
commit 7a8ad580a9
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -43,6 +43,11 @@ jobs:
strategy:
matrix:
dockerfile: [ "Dockerfile", "Dockerfile.alpine" ]
include:
- dockerfile: Dockerfile
flavor: ""
- dockerfile: Dockerfile.alpine
flavor: "-alpine"
steps:
- uses: actions/checkout@v3
with:
@@ -52,6 +57,8 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
flavor: |
suffix=${{matrix.flavor}}
# list of Docker images to use as base name for tags
images: |
frankenphp
@@ -63,6 +70,7 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=raw,value=latest
type=sha
- name: Set up Docker Buildx