Skip to content

Merge pull request #184 from shyim/create-pull-request/patch #174

Merge pull request #184 from shyim/create-pull-request/patch

Merge pull request #184 from shyim/create-pull-request/patch #174

Workflow file for this run

name: Build Shopware
on:
workflow_dispatch:
push:
branches:
- main
paths:
- ".github/workflows/shopware.yml"
- "version.txt"
jobs:
shopware-v6_6_9_0-8_1:
name: v6.6.9.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.9.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:latest --tag shyim/shopware:latest --tag ghcr.io/shyim/shopware:latest-php8.1 --tag shyim/shopware:latest-php8.1 --tag ghcr.io/shyim/shopware:latest-php8.1.30 --tag shyim/shopware:latest-php8.1.30 --tag ghcr.io/shyim/shopware:6.6 --tag shyim/shopware:6.6 --tag ghcr.io/shyim/shopware:6.6-php8.1 --tag shyim/shopware:6.6-php8.1 --tag ghcr.io/shyim/shopware:6.6-php8.1.30 --tag shyim/shopware:6.6-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.9 --tag shyim/shopware:6.6.9 --tag ghcr.io/shyim/shopware:6.6.9-php8.1 --tag shyim/shopware:6.6.9-php8.1 --tag ghcr.io/shyim/shopware:6.6.9-php8.1.30 --tag shyim/shopware:6.6.9-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.9.0 --tag shyim/shopware:6.6.9.0 --tag ghcr.io/shyim/shopware:6.6.9.0-php8.1 --tag shyim/shopware:6.6.9.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.9.0-php8.1.30 --tag shyim/shopware:6.6.9.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.9.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-latest --tag shyim/shopware:cli-latest --tag ghcr.io/shyim/shopware:cli-latest-php8.1 --tag shyim/shopware:cli-latest-php8.1 --tag ghcr.io/shyim/shopware:cli-latest-php8.1.30 --tag shyim/shopware:cli-latest-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6 --tag shyim/shopware:cli-6.6 --tag ghcr.io/shyim/shopware:cli-6.6-php8.1 --tag shyim/shopware:cli-6.6-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6-php8.1.30 --tag shyim/shopware:cli-6.6-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.9 --tag shyim/shopware:cli-6.6.9 --tag ghcr.io/shyim/shopware:cli-6.6.9-php8.1 --tag shyim/shopware:cli-6.6.9-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.9-php8.1.30 --tag shyim/shopware:cli-6.6.9-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.9.0 --tag shyim/shopware:cli-6.6.9.0 --tag ghcr.io/shyim/shopware:cli-6.6.9.0-php8.1 --tag shyim/shopware:cli-6.6.9.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.9.0-php8.1.30 --tag shyim/shopware:cli-6.6.9.0-php8.1.30 --push .
shopware-v6_6_9_0-8_2:
name: v6.6.9.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.9.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:latest-php8.2 --tag shyim/shopware:latest-php8.2 --tag ghcr.io/shyim/shopware:latest-php8.2.25 --tag shyim/shopware:latest-php8.2.25 --tag ghcr.io/shyim/shopware:6.6-php8.2 --tag shyim/shopware:6.6-php8.2 --tag ghcr.io/shyim/shopware:6.6-php8.2.25 --tag shyim/shopware:6.6-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.9-php8.2 --tag shyim/shopware:6.6.9-php8.2 --tag ghcr.io/shyim/shopware:6.6.9-php8.2.25 --tag shyim/shopware:6.6.9-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.9.0-php8.2 --tag shyim/shopware:6.6.9.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.9.0-php8.2.25 --tag shyim/shopware:6.6.9.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.9.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-latest-php8.2 --tag shyim/shopware:cli-latest-php8.2 --tag ghcr.io/shyim/shopware:cli-latest-php8.2.25 --tag shyim/shopware:cli-latest-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6-php8.2 --tag shyim/shopware:cli-6.6-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6-php8.2.25 --tag shyim/shopware:cli-6.6-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.9-php8.2 --tag shyim/shopware:cli-6.6.9-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.9-php8.2.25 --tag shyim/shopware:cli-6.6.9-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.9.0-php8.2 --tag shyim/shopware:cli-6.6.9.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.9.0-php8.2.25 --tag shyim/shopware:cli-6.6.9.0-php8.2.25 --push .
shopware-v6_6_8_2-8_1:
name: v6.6.8.2 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.8.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.8 --tag shyim/shopware:6.6.8 --tag ghcr.io/shyim/shopware:6.6.8-php8.1 --tag shyim/shopware:6.6.8-php8.1 --tag ghcr.io/shyim/shopware:6.6.8-php8.1.30 --tag shyim/shopware:6.6.8-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.8.2 --tag shyim/shopware:6.6.8.2 --tag ghcr.io/shyim/shopware:6.6.8.2-php8.1 --tag shyim/shopware:6.6.8.2-php8.1 --tag ghcr.io/shyim/shopware:6.6.8.2-php8.1.30 --tag shyim/shopware:6.6.8.2-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.8.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.8 --tag shyim/shopware:cli-6.6.8 --tag ghcr.io/shyim/shopware:cli-6.6.8-php8.1 --tag shyim/shopware:cli-6.6.8-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.8-php8.1.30 --tag shyim/shopware:cli-6.6.8-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.8.2 --tag shyim/shopware:cli-6.6.8.2 --tag ghcr.io/shyim/shopware:cli-6.6.8.2-php8.1 --tag shyim/shopware:cli-6.6.8.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.8.2-php8.1.30 --tag shyim/shopware:cli-6.6.8.2-php8.1.30 --push .
shopware-v6_6_8_2-8_2:
name: v6.6.8.2 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.8.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.8-php8.2 --tag shyim/shopware:6.6.8-php8.2 --tag ghcr.io/shyim/shopware:6.6.8-php8.2.25 --tag shyim/shopware:6.6.8-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.8.2-php8.2 --tag shyim/shopware:6.6.8.2-php8.2 --tag ghcr.io/shyim/shopware:6.6.8.2-php8.2.25 --tag shyim/shopware:6.6.8.2-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.8.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.8-php8.2 --tag shyim/shopware:cli-6.6.8-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.8-php8.2.25 --tag shyim/shopware:cli-6.6.8-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.8.2-php8.2 --tag shyim/shopware:cli-6.6.8.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.8.2-php8.2.25 --tag shyim/shopware:cli-6.6.8.2-php8.2.25 --push .
shopware-v6_6_8_1-8_1:
name: v6.6.8.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.8.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.8.1 --tag shyim/shopware:6.6.8.1 --tag ghcr.io/shyim/shopware:6.6.8.1-php8.1 --tag shyim/shopware:6.6.8.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.8.1-php8.1.30 --tag shyim/shopware:6.6.8.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.8.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.8.1 --tag shyim/shopware:cli-6.6.8.1 --tag ghcr.io/shyim/shopware:cli-6.6.8.1-php8.1 --tag shyim/shopware:cli-6.6.8.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.8.1-php8.1.30 --tag shyim/shopware:cli-6.6.8.1-php8.1.30 --push .
shopware-v6_6_8_1-8_2:
name: v6.6.8.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.8.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.8.1-php8.2 --tag shyim/shopware:6.6.8.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.8.1-php8.2.25 --tag shyim/shopware:6.6.8.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.8.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.8.1-php8.2 --tag shyim/shopware:cli-6.6.8.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.8.1-php8.2.25 --tag shyim/shopware:cli-6.6.8.1-php8.2.25 --push .
shopware-v6_6_8_0-8_1:
name: v6.6.8.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.8.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.8.0 --tag shyim/shopware:6.6.8.0 --tag ghcr.io/shyim/shopware:6.6.8.0-php8.1 --tag shyim/shopware:6.6.8.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.8.0-php8.1.30 --tag shyim/shopware:6.6.8.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.8.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.8.0 --tag shyim/shopware:cli-6.6.8.0 --tag ghcr.io/shyim/shopware:cli-6.6.8.0-php8.1 --tag shyim/shopware:cli-6.6.8.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.8.0-php8.1.30 --tag shyim/shopware:cli-6.6.8.0-php8.1.30 --push .
shopware-v6_6_8_0-8_2:
name: v6.6.8.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.8.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.8.0-php8.2 --tag shyim/shopware:6.6.8.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.8.0-php8.2.25 --tag shyim/shopware:6.6.8.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.8.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.8.0-php8.2 --tag shyim/shopware:cli-6.6.8.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.8.0-php8.2.25 --tag shyim/shopware:cli-6.6.8.0-php8.2.25 --push .
shopware-v6_6_7_1-8_1:
name: v6.6.7.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.7.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.7 --tag shyim/shopware:6.6.7 --tag ghcr.io/shyim/shopware:6.6.7-php8.1 --tag shyim/shopware:6.6.7-php8.1 --tag ghcr.io/shyim/shopware:6.6.7-php8.1.30 --tag shyim/shopware:6.6.7-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.7.1 --tag shyim/shopware:6.6.7.1 --tag ghcr.io/shyim/shopware:6.6.7.1-php8.1 --tag shyim/shopware:6.6.7.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.7.1-php8.1.30 --tag shyim/shopware:6.6.7.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.7.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.7 --tag shyim/shopware:cli-6.6.7 --tag ghcr.io/shyim/shopware:cli-6.6.7-php8.1 --tag shyim/shopware:cli-6.6.7-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.7-php8.1.30 --tag shyim/shopware:cli-6.6.7-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.7.1 --tag shyim/shopware:cli-6.6.7.1 --tag ghcr.io/shyim/shopware:cli-6.6.7.1-php8.1 --tag shyim/shopware:cli-6.6.7.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.7.1-php8.1.30 --tag shyim/shopware:cli-6.6.7.1-php8.1.30 --push .
shopware-v6_6_7_1-8_2:
name: v6.6.7.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.7.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.7-php8.2 --tag shyim/shopware:6.6.7-php8.2 --tag ghcr.io/shyim/shopware:6.6.7-php8.2.25 --tag shyim/shopware:6.6.7-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.7.1-php8.2 --tag shyim/shopware:6.6.7.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.7.1-php8.2.25 --tag shyim/shopware:6.6.7.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.7.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.7-php8.2 --tag shyim/shopware:cli-6.6.7-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.7-php8.2.25 --tag shyim/shopware:cli-6.6.7-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.7.1-php8.2 --tag shyim/shopware:cli-6.6.7.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.7.1-php8.2.25 --tag shyim/shopware:cli-6.6.7.1-php8.2.25 --push .
shopware-v6_6_7_0-8_1:
name: v6.6.7.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.7.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.7.0 --tag shyim/shopware:6.6.7.0 --tag ghcr.io/shyim/shopware:6.6.7.0-php8.1 --tag shyim/shopware:6.6.7.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.7.0-php8.1.30 --tag shyim/shopware:6.6.7.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.7.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.7.0 --tag shyim/shopware:cli-6.6.7.0 --tag ghcr.io/shyim/shopware:cli-6.6.7.0-php8.1 --tag shyim/shopware:cli-6.6.7.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.7.0-php8.1.30 --tag shyim/shopware:cli-6.6.7.0-php8.1.30 --push .
shopware-v6_6_7_0-8_2:
name: v6.6.7.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.7.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.7.0-php8.2 --tag shyim/shopware:6.6.7.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.7.0-php8.2.25 --tag shyim/shopware:6.6.7.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.7.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.7.0-php8.2 --tag shyim/shopware:cli-6.6.7.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.7.0-php8.2.25 --tag shyim/shopware:cli-6.6.7.0-php8.2.25 --push .
shopware-v6_6_6_1-8_1:
name: v6.6.6.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.6.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.6 --tag shyim/shopware:6.6.6 --tag ghcr.io/shyim/shopware:6.6.6-php8.1 --tag shyim/shopware:6.6.6-php8.1 --tag ghcr.io/shyim/shopware:6.6.6-php8.1.30 --tag shyim/shopware:6.6.6-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.6.1 --tag shyim/shopware:6.6.6.1 --tag ghcr.io/shyim/shopware:6.6.6.1-php8.1 --tag shyim/shopware:6.6.6.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.6.1-php8.1.30 --tag shyim/shopware:6.6.6.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.6.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.6 --tag shyim/shopware:cli-6.6.6 --tag ghcr.io/shyim/shopware:cli-6.6.6-php8.1 --tag shyim/shopware:cli-6.6.6-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.6-php8.1.30 --tag shyim/shopware:cli-6.6.6-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.6.1 --tag shyim/shopware:cli-6.6.6.1 --tag ghcr.io/shyim/shopware:cli-6.6.6.1-php8.1 --tag shyim/shopware:cli-6.6.6.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.6.1-php8.1.30 --tag shyim/shopware:cli-6.6.6.1-php8.1.30 --push .
shopware-v6_6_6_1-8_2:
name: v6.6.6.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.6.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.6-php8.2 --tag shyim/shopware:6.6.6-php8.2 --tag ghcr.io/shyim/shopware:6.6.6-php8.2.25 --tag shyim/shopware:6.6.6-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.6.1-php8.2 --tag shyim/shopware:6.6.6.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.6.1-php8.2.25 --tag shyim/shopware:6.6.6.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.6.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.6-php8.2 --tag shyim/shopware:cli-6.6.6-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.6-php8.2.25 --tag shyim/shopware:cli-6.6.6-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.6.1-php8.2 --tag shyim/shopware:cli-6.6.6.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.6.1-php8.2.25 --tag shyim/shopware:cli-6.6.6.1-php8.2.25 --push .
shopware-v6_6_6_0-8_1:
name: v6.6.6.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.6.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.6.0 --tag shyim/shopware:6.6.6.0 --tag ghcr.io/shyim/shopware:6.6.6.0-php8.1 --tag shyim/shopware:6.6.6.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.6.0-php8.1.30 --tag shyim/shopware:6.6.6.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.6.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.6.0 --tag shyim/shopware:cli-6.6.6.0 --tag ghcr.io/shyim/shopware:cli-6.6.6.0-php8.1 --tag shyim/shopware:cli-6.6.6.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.6.0-php8.1.30 --tag shyim/shopware:cli-6.6.6.0-php8.1.30 --push .
shopware-v6_6_6_0-8_2:
name: v6.6.6.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.6.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.6.0-php8.2 --tag shyim/shopware:6.6.6.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.6.0-php8.2.25 --tag shyim/shopware:6.6.6.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.6.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.6.0-php8.2 --tag shyim/shopware:cli-6.6.6.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.6.0-php8.2.25 --tag shyim/shopware:cli-6.6.6.0-php8.2.25 --push .
shopware-v6_6_5_1-8_1:
name: v6.6.5.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.5.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.5 --tag shyim/shopware:6.6.5 --tag ghcr.io/shyim/shopware:6.6.5-php8.1 --tag shyim/shopware:6.6.5-php8.1 --tag ghcr.io/shyim/shopware:6.6.5-php8.1.30 --tag shyim/shopware:6.6.5-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.5.1 --tag shyim/shopware:6.6.5.1 --tag ghcr.io/shyim/shopware:6.6.5.1-php8.1 --tag shyim/shopware:6.6.5.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.5.1-php8.1.30 --tag shyim/shopware:6.6.5.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.5.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.5 --tag shyim/shopware:cli-6.6.5 --tag ghcr.io/shyim/shopware:cli-6.6.5-php8.1 --tag shyim/shopware:cli-6.6.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.5-php8.1.30 --tag shyim/shopware:cli-6.6.5-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.5.1 --tag shyim/shopware:cli-6.6.5.1 --tag ghcr.io/shyim/shopware:cli-6.6.5.1-php8.1 --tag shyim/shopware:cli-6.6.5.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.5.1-php8.1.30 --tag shyim/shopware:cli-6.6.5.1-php8.1.30 --push .
shopware-v6_6_5_1-8_2:
name: v6.6.5.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.5.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.5-php8.2 --tag shyim/shopware:6.6.5-php8.2 --tag ghcr.io/shyim/shopware:6.6.5-php8.2.25 --tag shyim/shopware:6.6.5-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.5.1-php8.2 --tag shyim/shopware:6.6.5.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.5.1-php8.2.25 --tag shyim/shopware:6.6.5.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.5.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.5-php8.2 --tag shyim/shopware:cli-6.6.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.5-php8.2.25 --tag shyim/shopware:cli-6.6.5-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.5.1-php8.2 --tag shyim/shopware:cli-6.6.5.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.5.1-php8.2.25 --tag shyim/shopware:cli-6.6.5.1-php8.2.25 --push .
shopware-v6_6_5_0-8_1:
name: v6.6.5.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.5.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.5.0 --tag shyim/shopware:6.6.5.0 --tag ghcr.io/shyim/shopware:6.6.5.0-php8.1 --tag shyim/shopware:6.6.5.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.5.0-php8.1.30 --tag shyim/shopware:6.6.5.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.5.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.5.0 --tag shyim/shopware:cli-6.6.5.0 --tag ghcr.io/shyim/shopware:cli-6.6.5.0-php8.1 --tag shyim/shopware:cli-6.6.5.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.5.0-php8.1.30 --tag shyim/shopware:cli-6.6.5.0-php8.1.30 --push .
shopware-v6_6_5_0-8_2:
name: v6.6.5.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.5.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.5.0-php8.2 --tag shyim/shopware:6.6.5.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.5.0-php8.2.25 --tag shyim/shopware:6.6.5.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.5.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.5.0-php8.2 --tag shyim/shopware:cli-6.6.5.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.5.0-php8.2.25 --tag shyim/shopware:cli-6.6.5.0-php8.2.25 --push .
shopware-v6_6_4_1-8_1:
name: v6.6.4.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.4.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.4 --tag shyim/shopware:6.6.4 --tag ghcr.io/shyim/shopware:6.6.4-php8.1 --tag shyim/shopware:6.6.4-php8.1 --tag ghcr.io/shyim/shopware:6.6.4-php8.1.30 --tag shyim/shopware:6.6.4-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.4.1 --tag shyim/shopware:6.6.4.1 --tag ghcr.io/shyim/shopware:6.6.4.1-php8.1 --tag shyim/shopware:6.6.4.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.4.1-php8.1.30 --tag shyim/shopware:6.6.4.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.4.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.4 --tag shyim/shopware:cli-6.6.4 --tag ghcr.io/shyim/shopware:cli-6.6.4-php8.1 --tag shyim/shopware:cli-6.6.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.4-php8.1.30 --tag shyim/shopware:cli-6.6.4-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.4.1 --tag shyim/shopware:cli-6.6.4.1 --tag ghcr.io/shyim/shopware:cli-6.6.4.1-php8.1 --tag shyim/shopware:cli-6.6.4.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.4.1-php8.1.30 --tag shyim/shopware:cli-6.6.4.1-php8.1.30 --push .
shopware-v6_6_4_1-8_2:
name: v6.6.4.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.4.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.4-php8.2 --tag shyim/shopware:6.6.4-php8.2 --tag ghcr.io/shyim/shopware:6.6.4-php8.2.25 --tag shyim/shopware:6.6.4-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.4.1-php8.2 --tag shyim/shopware:6.6.4.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.4.1-php8.2.25 --tag shyim/shopware:6.6.4.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.4.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.4-php8.2 --tag shyim/shopware:cli-6.6.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.4-php8.2.25 --tag shyim/shopware:cli-6.6.4-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.4.1-php8.2 --tag shyim/shopware:cli-6.6.4.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.4.1-php8.2.25 --tag shyim/shopware:cli-6.6.4.1-php8.2.25 --push .
shopware-v6_6_4_0-8_1:
name: v6.6.4.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.4.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.4.0 --tag shyim/shopware:6.6.4.0 --tag ghcr.io/shyim/shopware:6.6.4.0-php8.1 --tag shyim/shopware:6.6.4.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.4.0-php8.1.30 --tag shyim/shopware:6.6.4.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.4.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.4.0 --tag shyim/shopware:cli-6.6.4.0 --tag ghcr.io/shyim/shopware:cli-6.6.4.0-php8.1 --tag shyim/shopware:cli-6.6.4.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.4.0-php8.1.30 --tag shyim/shopware:cli-6.6.4.0-php8.1.30 --push .
shopware-v6_6_4_0-8_2:
name: v6.6.4.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.4.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.4.0-php8.2 --tag shyim/shopware:6.6.4.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.4.0-php8.2.25 --tag shyim/shopware:6.6.4.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.4.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.4.0-php8.2 --tag shyim/shopware:cli-6.6.4.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.4.0-php8.2.25 --tag shyim/shopware:cli-6.6.4.0-php8.2.25 --push .
shopware-v6_6_3_1-8_1:
name: v6.6.3.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.3.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.3 --tag shyim/shopware:6.6.3 --tag ghcr.io/shyim/shopware:6.6.3-php8.1 --tag shyim/shopware:6.6.3-php8.1 --tag ghcr.io/shyim/shopware:6.6.3-php8.1.30 --tag shyim/shopware:6.6.3-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.3.1 --tag shyim/shopware:6.6.3.1 --tag ghcr.io/shyim/shopware:6.6.3.1-php8.1 --tag shyim/shopware:6.6.3.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.3.1-php8.1.30 --tag shyim/shopware:6.6.3.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.3.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.3 --tag shyim/shopware:cli-6.6.3 --tag ghcr.io/shyim/shopware:cli-6.6.3-php8.1 --tag shyim/shopware:cli-6.6.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.3-php8.1.30 --tag shyim/shopware:cli-6.6.3-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.3.1 --tag shyim/shopware:cli-6.6.3.1 --tag ghcr.io/shyim/shopware:cli-6.6.3.1-php8.1 --tag shyim/shopware:cli-6.6.3.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.3.1-php8.1.30 --tag shyim/shopware:cli-6.6.3.1-php8.1.30 --push .
shopware-v6_6_3_1-8_2:
name: v6.6.3.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.3.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.3-php8.2 --tag shyim/shopware:6.6.3-php8.2 --tag ghcr.io/shyim/shopware:6.6.3-php8.2.25 --tag shyim/shopware:6.6.3-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.3.1-php8.2 --tag shyim/shopware:6.6.3.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.3.1-php8.2.25 --tag shyim/shopware:6.6.3.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.3.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.3-php8.2 --tag shyim/shopware:cli-6.6.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.3-php8.2.25 --tag shyim/shopware:cli-6.6.3-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.3.1-php8.2 --tag shyim/shopware:cli-6.6.3.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.3.1-php8.2.25 --tag shyim/shopware:cli-6.6.3.1-php8.2.25 --push .
shopware-v6_6_3_0-8_1:
name: v6.6.3.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.3.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.3.0 --tag shyim/shopware:6.6.3.0 --tag ghcr.io/shyim/shopware:6.6.3.0-php8.1 --tag shyim/shopware:6.6.3.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.3.0-php8.1.30 --tag shyim/shopware:6.6.3.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.3.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.3.0 --tag shyim/shopware:cli-6.6.3.0 --tag ghcr.io/shyim/shopware:cli-6.6.3.0-php8.1 --tag shyim/shopware:cli-6.6.3.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.3.0-php8.1.30 --tag shyim/shopware:cli-6.6.3.0-php8.1.30 --push .
shopware-v6_6_3_0-8_2:
name: v6.6.3.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.3.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.3.0-php8.2 --tag shyim/shopware:6.6.3.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.3.0-php8.2.25 --tag shyim/shopware:6.6.3.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.3.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.3.0-php8.2 --tag shyim/shopware:cli-6.6.3.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.3.0-php8.2.25 --tag shyim/shopware:cli-6.6.3.0-php8.2.25 --push .
shopware-v6_6_2_0-8_1:
name: v6.6.2.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.2.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.2 --tag shyim/shopware:6.6.2 --tag ghcr.io/shyim/shopware:6.6.2-php8.1 --tag shyim/shopware:6.6.2-php8.1 --tag ghcr.io/shyim/shopware:6.6.2-php8.1.30 --tag shyim/shopware:6.6.2-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.2.0 --tag shyim/shopware:6.6.2.0 --tag ghcr.io/shyim/shopware:6.6.2.0-php8.1 --tag shyim/shopware:6.6.2.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.2.0-php8.1.30 --tag shyim/shopware:6.6.2.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.2.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.2 --tag shyim/shopware:cli-6.6.2 --tag ghcr.io/shyim/shopware:cli-6.6.2-php8.1 --tag shyim/shopware:cli-6.6.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.2-php8.1.30 --tag shyim/shopware:cli-6.6.2-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.2.0 --tag shyim/shopware:cli-6.6.2.0 --tag ghcr.io/shyim/shopware:cli-6.6.2.0-php8.1 --tag shyim/shopware:cli-6.6.2.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.2.0-php8.1.30 --tag shyim/shopware:cli-6.6.2.0-php8.1.30 --push .
shopware-v6_6_2_0-8_2:
name: v6.6.2.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.2.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.2-php8.2 --tag shyim/shopware:6.6.2-php8.2 --tag ghcr.io/shyim/shopware:6.6.2-php8.2.25 --tag shyim/shopware:6.6.2-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.2.0-php8.2 --tag shyim/shopware:6.6.2.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.2.0-php8.2.25 --tag shyim/shopware:6.6.2.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.2.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.2-php8.2 --tag shyim/shopware:cli-6.6.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.2-php8.2.25 --tag shyim/shopware:cli-6.6.2-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.2.0-php8.2 --tag shyim/shopware:cli-6.6.2.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.2.0-php8.2.25 --tag shyim/shopware:cli-6.6.2.0-php8.2.25 --push .
shopware-v6_6_1_2-8_1:
name: v6.6.1.2 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.1.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.1 --tag shyim/shopware:6.6.1 --tag ghcr.io/shyim/shopware:6.6.1-php8.1 --tag shyim/shopware:6.6.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.1-php8.1.30 --tag shyim/shopware:6.6.1-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.1.2 --tag shyim/shopware:6.6.1.2 --tag ghcr.io/shyim/shopware:6.6.1.2-php8.1 --tag shyim/shopware:6.6.1.2-php8.1 --tag ghcr.io/shyim/shopware:6.6.1.2-php8.1.30 --tag shyim/shopware:6.6.1.2-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.1.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.1 --tag shyim/shopware:cli-6.6.1 --tag ghcr.io/shyim/shopware:cli-6.6.1-php8.1 --tag shyim/shopware:cli-6.6.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.1-php8.1.30 --tag shyim/shopware:cli-6.6.1-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.1.2 --tag shyim/shopware:cli-6.6.1.2 --tag ghcr.io/shyim/shopware:cli-6.6.1.2-php8.1 --tag shyim/shopware:cli-6.6.1.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.1.2-php8.1.30 --tag shyim/shopware:cli-6.6.1.2-php8.1.30 --push .
shopware-v6_6_1_2-8_2:
name: v6.6.1.2 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.1.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.1-php8.2 --tag shyim/shopware:6.6.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.1-php8.2.25 --tag shyim/shopware:6.6.1-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.1.2-php8.2 --tag shyim/shopware:6.6.1.2-php8.2 --tag ghcr.io/shyim/shopware:6.6.1.2-php8.2.25 --tag shyim/shopware:6.6.1.2-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.1.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.1-php8.2 --tag shyim/shopware:cli-6.6.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.1-php8.2.25 --tag shyim/shopware:cli-6.6.1-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.1.2-php8.2 --tag shyim/shopware:cli-6.6.1.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.1.2-php8.2.25 --tag shyim/shopware:cli-6.6.1.2-php8.2.25 --push .
shopware-v6_6_1_1-8_1:
name: v6.6.1.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.1.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.1.1 --tag shyim/shopware:6.6.1.1 --tag ghcr.io/shyim/shopware:6.6.1.1-php8.1 --tag shyim/shopware:6.6.1.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.1.1-php8.1.30 --tag shyim/shopware:6.6.1.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.1.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.1.1 --tag shyim/shopware:cli-6.6.1.1 --tag ghcr.io/shyim/shopware:cli-6.6.1.1-php8.1 --tag shyim/shopware:cli-6.6.1.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.1.1-php8.1.30 --tag shyim/shopware:cli-6.6.1.1-php8.1.30 --push .
shopware-v6_6_1_1-8_2:
name: v6.6.1.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.1.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.1.1-php8.2 --tag shyim/shopware:6.6.1.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.1.1-php8.2.25 --tag shyim/shopware:6.6.1.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.1.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.1.1-php8.2 --tag shyim/shopware:cli-6.6.1.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.1.1-php8.2.25 --tag shyim/shopware:cli-6.6.1.1-php8.2.25 --push .
shopware-v6_6_1_0-8_1:
name: v6.6.1.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.1.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.1.0 --tag shyim/shopware:6.6.1.0 --tag ghcr.io/shyim/shopware:6.6.1.0-php8.1 --tag shyim/shopware:6.6.1.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.1.0-php8.1.30 --tag shyim/shopware:6.6.1.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.1.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.1.0 --tag shyim/shopware:cli-6.6.1.0 --tag ghcr.io/shyim/shopware:cli-6.6.1.0-php8.1 --tag shyim/shopware:cli-6.6.1.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.1.0-php8.1.30 --tag shyim/shopware:cli-6.6.1.0-php8.1.30 --push .
shopware-v6_6_1_0-8_2:
name: v6.6.1.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.1.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.1.0-php8.2 --tag shyim/shopware:6.6.1.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.1.0-php8.2.25 --tag shyim/shopware:6.6.1.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.1.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.1.0-php8.2 --tag shyim/shopware:cli-6.6.1.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.1.0-php8.2.25 --tag shyim/shopware:cli-6.6.1.0-php8.2.25 --push .
shopware-v6_6_0_3-8_1:
name: v6.6.0.3 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.0.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0 --tag shyim/shopware:6.6.0 --tag ghcr.io/shyim/shopware:6.6.0-php8.1 --tag shyim/shopware:6.6.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.0-php8.1.30 --tag shyim/shopware:6.6.0-php8.1.30 --tag ghcr.io/shyim/shopware:6.6.0.3 --tag shyim/shopware:6.6.0.3 --tag ghcr.io/shyim/shopware:6.6.0.3-php8.1 --tag shyim/shopware:6.6.0.3-php8.1 --tag ghcr.io/shyim/shopware:6.6.0.3-php8.1.30 --tag shyim/shopware:6.6.0.3-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.0.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0 --tag shyim/shopware:cli-6.6.0 --tag ghcr.io/shyim/shopware:cli-6.6.0-php8.1 --tag shyim/shopware:cli-6.6.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.0-php8.1.30 --tag shyim/shopware:cli-6.6.0-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.6.0.3 --tag shyim/shopware:cli-6.6.0.3 --tag ghcr.io/shyim/shopware:cli-6.6.0.3-php8.1 --tag shyim/shopware:cli-6.6.0.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.0.3-php8.1.30 --tag shyim/shopware:cli-6.6.0.3-php8.1.30 --push .
shopware-v6_6_0_3-8_2:
name: v6.6.0.3 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.0.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0-php8.2 --tag shyim/shopware:6.6.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.0-php8.2.25 --tag shyim/shopware:6.6.0-php8.2.25 --tag ghcr.io/shyim/shopware:6.6.0.3-php8.2 --tag shyim/shopware:6.6.0.3-php8.2 --tag ghcr.io/shyim/shopware:6.6.0.3-php8.2.25 --tag shyim/shopware:6.6.0.3-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.0.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0-php8.2 --tag shyim/shopware:cli-6.6.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.0-php8.2.25 --tag shyim/shopware:cli-6.6.0-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.6.0.3-php8.2 --tag shyim/shopware:cli-6.6.0.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.0.3-php8.2.25 --tag shyim/shopware:cli-6.6.0.3-php8.2.25 --push .
shopware-v6_6_0_2-8_1:
name: v6.6.0.2 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.0.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0.2 --tag shyim/shopware:6.6.0.2 --tag ghcr.io/shyim/shopware:6.6.0.2-php8.1 --tag shyim/shopware:6.6.0.2-php8.1 --tag ghcr.io/shyim/shopware:6.6.0.2-php8.1.30 --tag shyim/shopware:6.6.0.2-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.0.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0.2 --tag shyim/shopware:cli-6.6.0.2 --tag ghcr.io/shyim/shopware:cli-6.6.0.2-php8.1 --tag shyim/shopware:cli-6.6.0.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.0.2-php8.1.30 --tag shyim/shopware:cli-6.6.0.2-php8.1.30 --push .
shopware-v6_6_0_2-8_2:
name: v6.6.0.2 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.0.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0.2-php8.2 --tag shyim/shopware:6.6.0.2-php8.2 --tag ghcr.io/shyim/shopware:6.6.0.2-php8.2.25 --tag shyim/shopware:6.6.0.2-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.0.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0.2-php8.2 --tag shyim/shopware:cli-6.6.0.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.0.2-php8.2.25 --tag shyim/shopware:cli-6.6.0.2-php8.2.25 --push .
shopware-v6_6_0_1-8_1:
name: v6.6.0.1 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.0.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0.1 --tag shyim/shopware:6.6.0.1 --tag ghcr.io/shyim/shopware:6.6.0.1-php8.1 --tag shyim/shopware:6.6.0.1-php8.1 --tag ghcr.io/shyim/shopware:6.6.0.1-php8.1.30 --tag shyim/shopware:6.6.0.1-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.0.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0.1 --tag shyim/shopware:cli-6.6.0.1 --tag ghcr.io/shyim/shopware:cli-6.6.0.1-php8.1 --tag shyim/shopware:cli-6.6.0.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.0.1-php8.1.30 --tag shyim/shopware:cli-6.6.0.1-php8.1.30 --push .
shopware-v6_6_0_1-8_2:
name: v6.6.0.1 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.0.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0.1-php8.2 --tag shyim/shopware:6.6.0.1-php8.2 --tag ghcr.io/shyim/shopware:6.6.0.1-php8.2.25 --tag shyim/shopware:6.6.0.1-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.0.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0.1-php8.2 --tag shyim/shopware:cli-6.6.0.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.0.1-php8.2.25 --tag shyim/shopware:cli-6.6.0.1-php8.2.25 --push .
shopware-v6_6_0_0-8_1:
name: v6.6.0.0 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.6.0.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0.0 --tag shyim/shopware:6.6.0.0 --tag ghcr.io/shyim/shopware:6.6.0.0-php8.1 --tag shyim/shopware:6.6.0.0-php8.1 --tag ghcr.io/shyim/shopware:6.6.0.0-php8.1.30 --tag shyim/shopware:6.6.0.0-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.6.0.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0.0 --tag shyim/shopware:cli-6.6.0.0 --tag ghcr.io/shyim/shopware:cli-6.6.0.0-php8.1 --tag shyim/shopware:cli-6.6.0.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.6.0.0-php8.1.30 --tag shyim/shopware:cli-6.6.0.0-php8.1.30 --push .
shopware-v6_6_0_0-8_2:
name: v6.6.0.0 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.6.0.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.6.0.0-php8.2 --tag shyim/shopware:6.6.0.0-php8.2 --tag ghcr.io/shyim/shopware:6.6.0.0-php8.2.25 --tag shyim/shopware:6.6.0.0-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.6.0.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.6.0.0-php8.2 --tag shyim/shopware:cli-6.6.0.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.6.0.0-php8.2.25 --tag shyim/shopware:cli-6.6.0.0-php8.2.25 --push .
shopware-v6_5_8_15-8_1:
name: v6.5.8.15 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.5.8.15/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5 --tag shyim/shopware:6.5 --tag ghcr.io/shyim/shopware:6.5-php8.1 --tag shyim/shopware:6.5-php8.1 --tag ghcr.io/shyim/shopware:6.5-php8.1.30 --tag shyim/shopware:6.5-php8.1.30 --tag ghcr.io/shyim/shopware:6.5.8 --tag shyim/shopware:6.5.8 --tag ghcr.io/shyim/shopware:6.5.8-php8.1 --tag shyim/shopware:6.5.8-php8.1 --tag ghcr.io/shyim/shopware:6.5.8-php8.1.30 --tag shyim/shopware:6.5.8-php8.1.30 --tag ghcr.io/shyim/shopware:6.5.8.15 --tag shyim/shopware:6.5.8.15 --tag ghcr.io/shyim/shopware:6.5.8.15-php8.1 --tag shyim/shopware:6.5.8.15-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.15-php8.1.30 --tag shyim/shopware:6.5.8.15-php8.1.30 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.15/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5 --tag shyim/shopware:cli-6.5 --tag ghcr.io/shyim/shopware:cli-6.5-php8.1 --tag shyim/shopware:cli-6.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5-php8.1.30 --tag shyim/shopware:cli-6.5-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.5.8 --tag shyim/shopware:cli-6.5.8 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.1 --tag shyim/shopware:cli-6.5.8-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.1.30 --tag shyim/shopware:cli-6.5.8-php8.1.30 --tag ghcr.io/shyim/shopware:cli-6.5.8.15 --tag shyim/shopware:cli-6.5.8.15 --tag ghcr.io/shyim/shopware:cli-6.5.8.15-php8.1 --tag shyim/shopware:cli-6.5.8.15-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.15-php8.1.30 --tag shyim/shopware:cli-6.5.8.15-php8.1.30 --push .
shopware-v6_5_8_15-8_2:
name: v6.5.8.15 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin
- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.5.8.15/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5-php8.2 --tag shyim/shopware:6.5-php8.2 --tag ghcr.io/shyim/shopware:6.5-php8.2.25 --tag shyim/shopware:6.5-php8.2.25 --tag ghcr.io/shyim/shopware:6.5.8-php8.2 --tag shyim/shopware:6.5.8-php8.2 --tag ghcr.io/shyim/shopware:6.5.8-php8.2.25 --tag shyim/shopware:6.5.8-php8.2.25 --tag ghcr.io/shyim/shopware:6.5.8.15-php8.2 --tag shyim/shopware:6.5.8.15-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.15-php8.2.25 --tag shyim/shopware:6.5.8.15-php8.2.25 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.15/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2 --tag shyim/shopware:cli-6.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2.25 --tag shyim/shopware:cli-6.5-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.2 --tag shyim/shopware:cli-6.5.8-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8-php8.2.25 --tag shyim/shopware:cli-6.5.8-php8.2.25 --tag ghcr.io/shyim/shopware:cli-6.5.8.15-php8.2 --tag shyim/shopware:cli-6.5.8.15-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.15-php8.2.25 --tag shyim/shopware:cli-6.5.8.15-php8.2.25 --push .