mirror of
https://github.com/casjaysdevdocker/php
synced 2024-11-21 05:23:07 -05:00
🗃️ Committing everything that changed 🗃️
docker.7.yaml docker.9.yaml
This commit is contained in:
parent
fffe45bd1d
commit
b14fd0cbfd
@ -19,7 +19,7 @@ jobs:
|
||||
- name: Get Meta
|
||||
id: meta
|
||||
run: |
|
||||
echo DOCKER_TAG=9 >> $GITHUB_OUTPUT
|
||||
echo DOCKER_TAG=7 >> $GITHUB_OUTPUT
|
||||
echo REPO_VERSION=$(git describe --tags --always | sed 's/^v//') >> $GITHUB_OUTPUT
|
||||
echo DOCKER_ORG=$(echo ${GITHUB_REPOSITORY} | awk -F"/" '{print $1}') >> $GITHUB_OUTPUT
|
||||
echo DOCKER_HUB=$([ -n "$DOCKER_HUB" ] && echo ${DOCKER_HUB} || echo "docker.io") >> $GITHUB_OUTPUT
|
||||
@ -39,7 +39,7 @@ jobs:
|
||||
uses: docker/build-push-action@v4
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile.9
|
||||
file: ./Dockerfile.7
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm64
|
Loading…
Reference in New Issue
Block a user