Skip to content

Merge pull request #177 from shyim/create-pull-request/patch #168

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

Merge pull request #177 from shyim/create-pull-request/patch #168

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_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: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.29 --tag shyim/shopware:latest-php8.1.29 --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.29 --tag shyim/shopware:6.6-php8.1.29 --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.29 --tag shyim/shopware:6.6.6-php8.1.29 --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.29 --tag shyim/shopware:6.6.6.1-php8.1.29 --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-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.29 --tag shyim/shopware:cli-latest-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.6-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.6.1-php8.1.29 --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:latest-php8.2 --tag shyim/shopware:latest-php8.2 --tag ghcr.io/shyim/shopware:latest-php8.2.23 --tag shyim/shopware:latest-php8.2.23 --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.23 --tag shyim/shopware:6.6-php8.2.23 --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.23 --tag shyim/shopware:6.6.6-php8.2.23 --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.23 --tag shyim/shopware:6.6.6.1-php8.2.23 --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-latest-php8.2 --tag shyim/shopware:cli-latest-php8.2 --tag ghcr.io/shyim/shopware:cli-latest-php8.2.23 --tag shyim/shopware:cli-latest-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.6-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.6.1-php8.2.23 --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.29 --tag shyim/shopware:6.6.6.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.6.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.6.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.6.0-php8.2.23 --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.29 --tag shyim/shopware:6.6.5-php8.1.29 --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.29 --tag shyim/shopware:6.6.5.1-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.5-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.5.1-php8.1.29 --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.23 --tag shyim/shopware:6.6.5-php8.2.23 --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.23 --tag shyim/shopware:6.6.5.1-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.5-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.5.1-php8.2.23 --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.29 --tag shyim/shopware:6.6.5.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.5.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.5.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.5.0-php8.2.23 --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.29 --tag shyim/shopware:6.6.4-php8.1.29 --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.29 --tag shyim/shopware:6.6.4.1-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.4-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.4.1-php8.1.29 --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.23 --tag shyim/shopware:6.6.4-php8.2.23 --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.23 --tag shyim/shopware:6.6.4.1-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.4-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.4.1-php8.2.23 --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.29 --tag shyim/shopware:6.6.4.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.4.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.4.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.4.0-php8.2.23 --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.29 --tag shyim/shopware:6.6.3-php8.1.29 --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.29 --tag shyim/shopware:6.6.3.1-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.3-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.3.1-php8.1.29 --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.23 --tag shyim/shopware:6.6.3-php8.2.23 --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.23 --tag shyim/shopware:6.6.3.1-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.3-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.3.1-php8.2.23 --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.29 --tag shyim/shopware:6.6.3.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.3.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.3.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.3.0-php8.2.23 --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.29 --tag shyim/shopware:6.6.2-php8.1.29 --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.29 --tag shyim/shopware:6.6.2.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.2-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.2.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.2-php8.2.23 --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.23 --tag shyim/shopware:6.6.2.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.2-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.2.0-php8.2.23 --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.29 --tag shyim/shopware:6.6.1-php8.1.29 --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.29 --tag shyim/shopware:6.6.1.2-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.1-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.1.2-php8.1.29 --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.23 --tag shyim/shopware:6.6.1-php8.2.23 --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.23 --tag shyim/shopware:6.6.1.2-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.1-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.1.2-php8.2.23 --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.29 --tag shyim/shopware:6.6.1.1-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.1.1-php8.1.29 --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.23 --tag shyim/shopware:6.6.1.1-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.1.1-php8.2.23 --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.29 --tag shyim/shopware:6.6.1.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.1.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.1.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.1.0-php8.2.23 --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.29 --tag shyim/shopware:6.6.0-php8.1.29 --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.29 --tag shyim/shopware:6.6.0.3-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.0.3-php8.1.29 --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.23 --tag shyim/shopware:6.6.0-php8.2.23 --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.23 --tag shyim/shopware:6.6.0.3-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.0.3-php8.2.23 --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.29 --tag shyim/shopware:6.6.0.2-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.0.2-php8.1.29 --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.23 --tag shyim/shopware:6.6.0.2-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.0.2-php8.2.23 --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.29 --tag shyim/shopware:6.6.0.1-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.0.1-php8.1.29 --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.23 --tag shyim/shopware:6.6.0.1-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.0.1-php8.2.23 --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.29 --tag shyim/shopware:6.6.0.0-php8.1.29 --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.29 --tag shyim/shopware:cli-6.6.0.0-php8.1.29 --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.23 --tag shyim/shopware:6.6.0.0-php8.2.23 --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.23 --tag shyim/shopware:cli-6.6.0.0-php8.2.23 --push .
shopware-v6_5_8_14-8_1:
name: v6.5.8.14 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.14/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.29 --tag shyim/shopware:6.5-php8.1.29 --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.29 --tag shyim/shopware:6.5.8-php8.1.29 --tag ghcr.io/shyim/shopware:6.5.8.14 --tag shyim/shopware:6.5.8.14 --tag ghcr.io/shyim/shopware:6.5.8.14-php8.1 --tag shyim/shopware:6.5.8.14-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.14-php8.1.29 --tag shyim/shopware:6.5.8.14-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.14/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.29 --tag shyim/shopware:cli-6.5-php8.1.29 --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.29 --tag shyim/shopware:cli-6.5.8-php8.1.29 --tag ghcr.io/shyim/shopware:cli-6.5.8.14 --tag shyim/shopware:cli-6.5.8.14 --tag ghcr.io/shyim/shopware:cli-6.5.8.14-php8.1 --tag shyim/shopware:cli-6.5.8.14-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.14-php8.1.29 --tag shyim/shopware:cli-6.5.8.14-php8.1.29 --push .
shopware-v6_5_8_14-8_2:
name: v6.5.8.14 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.14/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.23 --tag shyim/shopware:6.5-php8.2.23 --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.23 --tag shyim/shopware:6.5.8-php8.2.23 --tag ghcr.io/shyim/shopware:6.5.8.14-php8.2 --tag shyim/shopware:6.5.8.14-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.14-php8.2.23 --tag shyim/shopware:6.5.8.14-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.14/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.23 --tag shyim/shopware:cli-6.5-php8.2.23 --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.23 --tag shyim/shopware:cli-6.5.8-php8.2.23 --tag ghcr.io/shyim/shopware:cli-6.5.8.14-php8.2 --tag shyim/shopware:cli-6.5.8.14-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.14-php8.2.23 --tag shyim/shopware:cli-6.5.8.14-php8.2.23 --push .
shopware-v6_5_8_13-8_1:
name: v6.5.8.13 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.13/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.13 --tag shyim/shopware:6.5.8.13 --tag ghcr.io/shyim/shopware:6.5.8.13-php8.1 --tag shyim/shopware:6.5.8.13-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.13-php8.1.29 --tag shyim/shopware:6.5.8.13-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.13/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.13 --tag shyim/shopware:cli-6.5.8.13 --tag ghcr.io/shyim/shopware:cli-6.5.8.13-php8.1 --tag shyim/shopware:cli-6.5.8.13-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.13-php8.1.29 --tag shyim/shopware:cli-6.5.8.13-php8.1.29 --push .
shopware-v6_5_8_13-8_2:
name: v6.5.8.13 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.13/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.13-php8.2 --tag shyim/shopware:6.5.8.13-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.13-php8.2.23 --tag shyim/shopware:6.5.8.13-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.13/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.13-php8.2 --tag shyim/shopware:cli-6.5.8.13-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.13-php8.2.23 --tag shyim/shopware:cli-6.5.8.13-php8.2.23 --push .
shopware-v6_5_8_12-8_1:
name: v6.5.8.12 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.12/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.12 --tag shyim/shopware:6.5.8.12 --tag ghcr.io/shyim/shopware:6.5.8.12-php8.1 --tag shyim/shopware:6.5.8.12-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.12-php8.1.29 --tag shyim/shopware:6.5.8.12-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.12/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.12 --tag shyim/shopware:cli-6.5.8.12 --tag ghcr.io/shyim/shopware:cli-6.5.8.12-php8.1 --tag shyim/shopware:cli-6.5.8.12-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.12-php8.1.29 --tag shyim/shopware:cli-6.5.8.12-php8.1.29 --push .
shopware-v6_5_8_12-8_2:
name: v6.5.8.12 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.12/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.12-php8.2 --tag shyim/shopware:6.5.8.12-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.12-php8.2.23 --tag shyim/shopware:6.5.8.12-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.12/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.12-php8.2 --tag shyim/shopware:cli-6.5.8.12-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.12-php8.2.23 --tag shyim/shopware:cli-6.5.8.12-php8.2.23 --push .
shopware-v6_5_8_11-8_1:
name: v6.5.8.11 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.11/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.11 --tag shyim/shopware:6.5.8.11 --tag ghcr.io/shyim/shopware:6.5.8.11-php8.1 --tag shyim/shopware:6.5.8.11-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.11-php8.1.29 --tag shyim/shopware:6.5.8.11-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.11/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.11 --tag shyim/shopware:cli-6.5.8.11 --tag ghcr.io/shyim/shopware:cli-6.5.8.11-php8.1 --tag shyim/shopware:cli-6.5.8.11-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.11-php8.1.29 --tag shyim/shopware:cli-6.5.8.11-php8.1.29 --push .
shopware-v6_5_8_11-8_2:
name: v6.5.8.11 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.11/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.11-php8.2 --tag shyim/shopware:6.5.8.11-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.11-php8.2.23 --tag shyim/shopware:6.5.8.11-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.11/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.11-php8.2 --tag shyim/shopware:cli-6.5.8.11-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.11-php8.2.23 --tag shyim/shopware:cli-6.5.8.11-php8.2.23 --push .
shopware-v6_5_8_10-8_1:
name: v6.5.8.10 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.10/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.10 --tag shyim/shopware:6.5.8.10 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.1 --tag shyim/shopware:6.5.8.10-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.1.29 --tag shyim/shopware:6.5.8.10-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.10/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.10 --tag shyim/shopware:cli-6.5.8.10 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.1 --tag shyim/shopware:cli-6.5.8.10-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.1.29 --tag shyim/shopware:cli-6.5.8.10-php8.1.29 --push .
shopware-v6_5_8_10-8_2:
name: v6.5.8.10 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.10/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.2 --tag shyim/shopware:6.5.8.10-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.2.23 --tag shyim/shopware:6.5.8.10-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.10/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.2 --tag shyim/shopware:cli-6.5.8.10-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.2.23 --tag shyim/shopware:cli-6.5.8.10-php8.2.23 --push .
shopware-v6_5_8_9-8_1:
name: v6.5.8.9 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.9/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.9 --tag shyim/shopware:6.5.8.9 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.1 --tag shyim/shopware:6.5.8.9-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.1.29 --tag shyim/shopware:6.5.8.9-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.9/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.9 --tag shyim/shopware:cli-6.5.8.9 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.1 --tag shyim/shopware:cli-6.5.8.9-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.1.29 --tag shyim/shopware:cli-6.5.8.9-php8.1.29 --push .
shopware-v6_5_8_9-8_2:
name: v6.5.8.9 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.9/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.2 --tag shyim/shopware:6.5.8.9-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.2.23 --tag shyim/shopware:6.5.8.9-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.9/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.2 --tag shyim/shopware:cli-6.5.8.9-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.2.23 --tag shyim/shopware:cli-6.5.8.9-php8.2.23 --push .
shopware-v6_5_8_8-8_1:
name: v6.5.8.8 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.8/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.8 --tag shyim/shopware:6.5.8.8 --tag ghcr.io/shyim/shopware:6.5.8.8-php8.1 --tag shyim/shopware:6.5.8.8-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.8-php8.1.29 --tag shyim/shopware:6.5.8.8-php8.1.29 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.8/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.8 --tag shyim/shopware:cli-6.5.8.8 --tag ghcr.io/shyim/shopware:cli-6.5.8.8-php8.1 --tag shyim/shopware:cli-6.5.8.8-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.8-php8.1.29 --tag shyim/shopware:cli-6.5.8.8-php8.1.29 --push .
shopware-v6_5_8_8-8_2:
name: v6.5.8.8 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.8/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.8-php8.2 --tag shyim/shopware:6.5.8.8-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.8-php8.2.23 --tag shyim/shopware:6.5.8.8-php8.2.23 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.8/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.8-php8.2 --tag shyim/shopware:cli-6.5.8.8-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.8-php8.2.23 --tag shyim/shopware:cli-6.5.8.8-php8.2.23 --push .