Skip to content

Merge pull request #155 from shyim/create-pull-request/patch #149

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

Merge pull request #155 from shyim/create-pull-request/patch #149

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_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: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.28 --tag shyim/shopware:latest-php8.1.28 --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.28 --tag shyim/shopware:6.6-php8.1.28 --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.28 --tag shyim/shopware:6.6.1-php8.1.28 --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.28 --tag shyim/shopware:6.6.1.2-php8.1.28 --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-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.28 --tag shyim/shopware:cli-latest-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.1-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.1.2-php8.1.28 --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:latest-php8.2 --tag shyim/shopware:latest-php8.2 --tag ghcr.io/shyim/shopware:latest-php8.2.18 --tag shyim/shopware:latest-php8.2.18 --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.18 --tag shyim/shopware:6.6-php8.2.18 --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.18 --tag shyim/shopware:6.6.1-php8.2.18 --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.18 --tag shyim/shopware:6.6.1.2-php8.2.18 --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-latest-php8.2 --tag shyim/shopware:cli-latest-php8.2 --tag ghcr.io/shyim/shopware:cli-latest-php8.2.18 --tag shyim/shopware:cli-latest-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.1-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.1.2-php8.2.18 --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.28 --tag shyim/shopware:6.6.1.1-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.1.1-php8.1.28 --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.18 --tag shyim/shopware:6.6.1.1-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.1.1-php8.2.18 --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.28 --tag shyim/shopware:6.6.1.0-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.1.0-php8.1.28 --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.18 --tag shyim/shopware:6.6.1.0-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.1.0-php8.2.18 --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.28 --tag shyim/shopware:6.6.0-php8.1.28 --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.28 --tag shyim/shopware:6.6.0.3-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.0-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.0.3-php8.1.28 --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.18 --tag shyim/shopware:6.6.0-php8.2.18 --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.18 --tag shyim/shopware:6.6.0.3-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.0-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.0.3-php8.2.18 --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.28 --tag shyim/shopware:6.6.0.2-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.0.2-php8.1.28 --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.18 --tag shyim/shopware:6.6.0.2-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.0.2-php8.2.18 --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.28 --tag shyim/shopware:6.6.0.1-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.0.1-php8.1.28 --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.18 --tag shyim/shopware:6.6.0.1-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.0.1-php8.2.18 --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.28 --tag shyim/shopware:6.6.0.0-php8.1.28 --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.28 --tag shyim/shopware:cli-6.6.0.0-php8.1.28 --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.18 --tag shyim/shopware:6.6.0.0-php8.2.18 --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.18 --tag shyim/shopware:cli-6.6.0.0-php8.2.18 --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 --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.28 --tag shyim/shopware:6.5-php8.1.28 --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.28 --tag shyim/shopware:6.5.8-php8.1.28 --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.28 --tag shyim/shopware:6.5.8.9-php8.1.28 --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 --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.28 --tag shyim/shopware:cli-6.5-php8.1.28 --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.28 --tag shyim/shopware:cli-6.5.8-php8.1.28 --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.28 --tag shyim/shopware:cli-6.5.8.9-php8.1.28 --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-php8.2 --tag shyim/shopware:6.5-php8.2 --tag ghcr.io/shyim/shopware:6.5-php8.2.18 --tag shyim/shopware:6.5-php8.2.18 --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.18 --tag shyim/shopware:6.5.8-php8.2.18 --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.18 --tag shyim/shopware:6.5.8.9-php8.2.18 --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-php8.2 --tag shyim/shopware:cli-6.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2.18 --tag shyim/shopware:cli-6.5-php8.2.18 --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.18 --tag shyim/shopware:cli-6.5.8-php8.2.18 --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.18 --tag shyim/shopware:cli-6.5.8.9-php8.2.18 --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.28 --tag shyim/shopware:6.5.8.8-php8.1.28 --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.28 --tag shyim/shopware:cli-6.5.8.8-php8.1.28 --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.18 --tag shyim/shopware:6.5.8.8-php8.2.18 --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.18 --tag shyim/shopware:cli-6.5.8.8-php8.2.18 --push .
shopware-v6_5_8_7-8_1:
name: v6.5.8.7 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.7/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.7 --tag shyim/shopware:6.5.8.7 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.1 --tag shyim/shopware:6.5.8.7-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.1.28 --tag shyim/shopware:6.5.8.7-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.7/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.7 --tag shyim/shopware:cli-6.5.8.7 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.1 --tag shyim/shopware:cli-6.5.8.7-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.1.28 --tag shyim/shopware:cli-6.5.8.7-php8.1.28 --push .
shopware-v6_5_8_7-8_2:
name: v6.5.8.7 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.7/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.2 --tag shyim/shopware:6.5.8.7-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.7-php8.2.18 --tag shyim/shopware:6.5.8.7-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.7/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.2 --tag shyim/shopware:cli-6.5.8.7-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.7-php8.2.18 --tag shyim/shopware:cli-6.5.8.7-php8.2.18 --push .
shopware-v6_5_8_6-8_1:
name: v6.5.8.6 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.6/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.6 --tag shyim/shopware:6.5.8.6 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.1 --tag shyim/shopware:6.5.8.6-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.1.28 --tag shyim/shopware:6.5.8.6-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.6/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.6 --tag shyim/shopware:cli-6.5.8.6 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.1 --tag shyim/shopware:cli-6.5.8.6-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.1.28 --tag shyim/shopware:cli-6.5.8.6-php8.1.28 --push .
shopware-v6_5_8_6-8_2:
name: v6.5.8.6 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.6/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.2 --tag shyim/shopware:6.5.8.6-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.6-php8.2.18 --tag shyim/shopware:6.5.8.6-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.6/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.2 --tag shyim/shopware:cli-6.5.8.6-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.6-php8.2.18 --tag shyim/shopware:cli-6.5.8.6-php8.2.18 --push .
shopware-v6_5_8_5-8_1:
name: v6.5.8.5 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.5/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.5 --tag shyim/shopware:6.5.8.5 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.1 --tag shyim/shopware:6.5.8.5-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.1.28 --tag shyim/shopware:6.5.8.5-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.5/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.5 --tag shyim/shopware:cli-6.5.8.5 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.1 --tag shyim/shopware:cli-6.5.8.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.1.28 --tag shyim/shopware:cli-6.5.8.5-php8.1.28 --push .
shopware-v6_5_8_5-8_2:
name: v6.5.8.5 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.5/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.2 --tag shyim/shopware:6.5.8.5-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.5-php8.2.18 --tag shyim/shopware:6.5.8.5-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.5/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.2 --tag shyim/shopware:cli-6.5.8.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.5-php8.2.18 --tag shyim/shopware:cli-6.5.8.5-php8.2.18 --push .
shopware-v6_5_8_4-8_1:
name: v6.5.8.4 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.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.4 --tag shyim/shopware:6.5.8.4 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.1 --tag shyim/shopware:6.5.8.4-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.1.28 --tag shyim/shopware:6.5.8.4-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.4 --tag shyim/shopware:cli-6.5.8.4 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.1 --tag shyim/shopware:cli-6.5.8.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.1.28 --tag shyim/shopware:cli-6.5.8.4-php8.1.28 --push .
shopware-v6_5_8_4-8_2:
name: v6.5.8.4 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.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.2 --tag shyim/shopware:6.5.8.4-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.4-php8.2.18 --tag shyim/shopware:6.5.8.4-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.2 --tag shyim/shopware:cli-6.5.8.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.4-php8.2.18 --tag shyim/shopware:cli-6.5.8.4-php8.2.18 --push .
shopware-v6_5_8_3-8_1:
name: v6.5.8.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.5.8.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.3 --tag shyim/shopware:6.5.8.3 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.1 --tag shyim/shopware:6.5.8.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.1.28 --tag shyim/shopware:6.5.8.3-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.3 --tag shyim/shopware:cli-6.5.8.3 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.1 --tag shyim/shopware:cli-6.5.8.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.1.28 --tag shyim/shopware:cli-6.5.8.3-php8.1.28 --push .
shopware-v6_5_8_3-8_2:
name: v6.5.8.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.5.8.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.2 --tag shyim/shopware:6.5.8.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.3-php8.2.18 --tag shyim/shopware:6.5.8.3-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.2 --tag shyim/shopware:cli-6.5.8.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.3-php8.2.18 --tag shyim/shopware:cli-6.5.8.3-php8.2.18 --push .
shopware-v6_5_8_2-8_1:
name: v6.5.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.5.8.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.2 --tag shyim/shopware:6.5.8.2 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.1 --tag shyim/shopware:6.5.8.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.1.28 --tag shyim/shopware:6.5.8.2-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.2 --tag shyim/shopware:cli-6.5.8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.1 --tag shyim/shopware:cli-6.5.8.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.1.28 --tag shyim/shopware:cli-6.5.8.2-php8.1.28 --push .
shopware-v6_5_8_2-8_2:
name: v6.5.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.5.8.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.2 --tag shyim/shopware:6.5.8.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.2-php8.2.18 --tag shyim/shopware:6.5.8.2-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.2 --tag shyim/shopware:cli-6.5.8.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.2-php8.2.18 --tag shyim/shopware:cli-6.5.8.2-php8.2.18 --push .
shopware-v6_5_8_1-8_1:
name: v6.5.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.5.8.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.1 --tag shyim/shopware:6.5.8.1 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.1 --tag shyim/shopware:6.5.8.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.1.28 --tag shyim/shopware:6.5.8.1-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.1 --tag shyim/shopware:cli-6.5.8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.1 --tag shyim/shopware:cli-6.5.8.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.1.28 --tag shyim/shopware:cli-6.5.8.1-php8.1.28 --push .
shopware-v6_5_8_1-8_2:
name: v6.5.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.5.8.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.2 --tag shyim/shopware:6.5.8.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.1-php8.2.18 --tag shyim/shopware:6.5.8.1-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.2 --tag shyim/shopware:cli-6.5.8.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.1-php8.2.18 --tag shyim/shopware:cli-6.5.8.1-php8.2.18 --push .
shopware-v6_5_8_0-8_1:
name: v6.5.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.5.8.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.0 --tag shyim/shopware:6.5.8.0 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.1 --tag shyim/shopware:6.5.8.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.1.28 --tag shyim/shopware:6.5.8.0-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.0 --tag shyim/shopware:cli-6.5.8.0 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.1 --tag shyim/shopware:cli-6.5.8.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.1.28 --tag shyim/shopware:cli-6.5.8.0-php8.1.28 --push .
shopware-v6_5_8_0-8_2:
name: v6.5.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.5.8.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.2 --tag shyim/shopware:6.5.8.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.0-php8.2.18 --tag shyim/shopware:6.5.8.0-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.2 --tag shyim/shopware:cli-6.5.8.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.0-php8.2.18 --tag shyim/shopware:cli-6.5.8.0-php8.2.18 --push .
shopware-v6_5_7_4-8_1:
name: v6.5.7.4 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.7.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7 --tag shyim/shopware:6.5.7 --tag ghcr.io/shyim/shopware:6.5.7-php8.1 --tag shyim/shopware:6.5.7-php8.1 --tag ghcr.io/shyim/shopware:6.5.7-php8.1.28 --tag shyim/shopware:6.5.7-php8.1.28 --tag ghcr.io/shyim/shopware:6.5.7.4 --tag shyim/shopware:6.5.7.4 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.1 --tag shyim/shopware:6.5.7.4-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.1.28 --tag shyim/shopware:6.5.7.4-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.7.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7 --tag shyim/shopware:cli-6.5.7 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.1 --tag shyim/shopware:cli-6.5.7-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.1.28 --tag shyim/shopware:cli-6.5.7-php8.1.28 --tag ghcr.io/shyim/shopware:cli-6.5.7.4 --tag shyim/shopware:cli-6.5.7.4 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.1 --tag shyim/shopware:cli-6.5.7.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.1.28 --tag shyim/shopware:cli-6.5.7.4-php8.1.28 --push .
shopware-v6_5_7_4-8_2:
name: v6.5.7.4 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.7.4/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7-php8.2 --tag shyim/shopware:6.5.7-php8.2 --tag ghcr.io/shyim/shopware:6.5.7-php8.2.18 --tag shyim/shopware:6.5.7-php8.2.18 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.2 --tag shyim/shopware:6.5.7.4-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.4-php8.2.18 --tag shyim/shopware:6.5.7.4-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.7.4/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.2 --tag shyim/shopware:cli-6.5.7-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7-php8.2.18 --tag shyim/shopware:cli-6.5.7-php8.2.18 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.2 --tag shyim/shopware:cli-6.5.7.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.4-php8.2.18 --tag shyim/shopware:cli-6.5.7.4-php8.2.18 --push .
shopware-v6_5_7_3-8_1:
name: v6.5.7.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.5.7.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.3 --tag shyim/shopware:6.5.7.3 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.1 --tag shyim/shopware:6.5.7.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.1.28 --tag shyim/shopware:6.5.7.3-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.7.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.3 --tag shyim/shopware:cli-6.5.7.3 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.1 --tag shyim/shopware:cli-6.5.7.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.1.28 --tag shyim/shopware:cli-6.5.7.3-php8.1.28 --push .
shopware-v6_5_7_3-8_2:
name: v6.5.7.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.5.7.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.2 --tag shyim/shopware:6.5.7.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.3-php8.2.18 --tag shyim/shopware:6.5.7.3-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.7.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.2 --tag shyim/shopware:cli-6.5.7.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.3-php8.2.18 --tag shyim/shopware:cli-6.5.7.3-php8.2.18 --push .
shopware-v6_5_7_2-8_1:
name: v6.5.7.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.5.7.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.2 --tag shyim/shopware:6.5.7.2 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.1 --tag shyim/shopware:6.5.7.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.1.28 --tag shyim/shopware:6.5.7.2-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.7.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.2 --tag shyim/shopware:cli-6.5.7.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.1 --tag shyim/shopware:cli-6.5.7.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.1.28 --tag shyim/shopware:cli-6.5.7.2-php8.1.28 --push .
shopware-v6_5_7_2-8_2:
name: v6.5.7.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.5.7.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.2 --tag shyim/shopware:6.5.7.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.2-php8.2.18 --tag shyim/shopware:6.5.7.2-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.7.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.2 --tag shyim/shopware:cli-6.5.7.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.2-php8.2.18 --tag shyim/shopware:cli-6.5.7.2-php8.2.18 --push .
shopware-v6_5_7_1-8_1:
name: v6.5.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.5.7.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.1 --tag shyim/shopware:6.5.7.1 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.1 --tag shyim/shopware:6.5.7.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.1.28 --tag shyim/shopware:6.5.7.1-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.7.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.1 --tag shyim/shopware:cli-6.5.7.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.1 --tag shyim/shopware:cli-6.5.7.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.1.28 --tag shyim/shopware:cli-6.5.7.1-php8.1.28 --push .
shopware-v6_5_7_1-8_2:
name: v6.5.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.5.7.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.2 --tag shyim/shopware:6.5.7.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.1-php8.2.18 --tag shyim/shopware:6.5.7.1-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.7.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.2 --tag shyim/shopware:cli-6.5.7.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.1-php8.2.18 --tag shyim/shopware:cli-6.5.7.1-php8.2.18 --push .
shopware-v6_5_7_0-8_1:
name: v6.5.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.5.7.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.0 --tag shyim/shopware:6.5.7.0 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.1 --tag shyim/shopware:6.5.7.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.1.28 --tag shyim/shopware:6.5.7.0-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.7.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.0 --tag shyim/shopware:cli-6.5.7.0 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.1 --tag shyim/shopware:cli-6.5.7.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.1.28 --tag shyim/shopware:cli-6.5.7.0-php8.1.28 --push .
shopware-v6_5_7_0-8_2:
name: v6.5.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.5.7.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.2 --tag shyim/shopware:6.5.7.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.7.0-php8.2.18 --tag shyim/shopware:6.5.7.0-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.7.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.2 --tag shyim/shopware:cli-6.5.7.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.7.0-php8.2.18 --tag shyim/shopware:cli-6.5.7.0-php8.2.18 --push .
shopware-v6_5_6_1-8_1:
name: v6.5.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.5.6.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6 --tag shyim/shopware:6.5.6 --tag ghcr.io/shyim/shopware:6.5.6-php8.1 --tag shyim/shopware:6.5.6-php8.1 --tag ghcr.io/shyim/shopware:6.5.6-php8.1.28 --tag shyim/shopware:6.5.6-php8.1.28 --tag ghcr.io/shyim/shopware:6.5.6.1 --tag shyim/shopware:6.5.6.1 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.1 --tag shyim/shopware:6.5.6.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.1.28 --tag shyim/shopware:6.5.6.1-php8.1.28 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.6.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6 --tag shyim/shopware:cli-6.5.6 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.1 --tag shyim/shopware:cli-6.5.6-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.1.28 --tag shyim/shopware:cli-6.5.6-php8.1.28 --tag ghcr.io/shyim/shopware:cli-6.5.6.1 --tag shyim/shopware:cli-6.5.6.1 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.1 --tag shyim/shopware:cli-6.5.6.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.1.28 --tag shyim/shopware:cli-6.5.6.1-php8.1.28 --push .
shopware-v6_5_6_1-8_2:
name: v6.5.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.5.6.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6-php8.2 --tag shyim/shopware:6.5.6-php8.2 --tag ghcr.io/shyim/shopware:6.5.6-php8.2.18 --tag shyim/shopware:6.5.6-php8.2.18 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.2 --tag shyim/shopware:6.5.6.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.6.1-php8.2.18 --tag shyim/shopware:6.5.6.1-php8.2.18 --push .
- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.6.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.2 --tag shyim/shopware:cli-6.5.6-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.6-php8.2.18 --tag shyim/shopware:cli-6.5.6-php8.2.18 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.2 --tag shyim/shopware:cli-6.5.6.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.6.1-php8.2.18 --tag shyim/shopware:cli-6.5.6.1-php8.2.18 --push .