mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 17:29:29 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user