Merge pull request #145 from shyim/create-pull-request/patch #139
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Shopware | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- ".github/workflows/shopware.yml" | |
- "version.txt" | |
jobs: | |
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: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.27 --tag shyim/shopware:latest-php8.1.27 --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.27 --tag shyim/shopware:6.6-php8.1.27 --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.27 --tag shyim/shopware:6.6.0-php8.1.27 --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.27 --tag shyim/shopware:6.6.0.1-php8.1.27 --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-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.27 --tag shyim/shopware:cli-latest-php8.1.27 --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.27 --tag shyim/shopware:cli-6.6-php8.1.27 --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.27 --tag shyim/shopware:cli-6.6.0-php8.1.27 --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.27 --tag shyim/shopware:cli-6.6.0.1-php8.1.27 --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:latest-php8.2 --tag shyim/shopware:latest-php8.2 --tag ghcr.io/shyim/shopware:latest-php8.2.17 --tag shyim/shopware:latest-php8.2.17 --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.17 --tag shyim/shopware:6.6-php8.2.17 --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.17 --tag shyim/shopware:6.6.0-php8.2.17 --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.17 --tag shyim/shopware:6.6.0.1-php8.2.17 --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-latest-php8.2 --tag shyim/shopware:cli-latest-php8.2 --tag ghcr.io/shyim/shopware:cli-latest-php8.2.17 --tag shyim/shopware:cli-latest-php8.2.17 --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.17 --tag shyim/shopware:cli-6.6-php8.2.17 --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.17 --tag shyim/shopware:cli-6.6.0-php8.2.17 --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.17 --tag shyim/shopware:cli-6.6.0.1-php8.2.17 --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.27 --tag shyim/shopware:6.6.0.0-php8.1.27 --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.27 --tag shyim/shopware:cli-6.6.0.0-php8.1.27 --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.17 --tag shyim/shopware:6.6.0.0-php8.2.17 --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.17 --tag shyim/shopware:cli-6.6.0.0-php8.2.17 --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 --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.27 --tag shyim/shopware:6.5-php8.1.27 --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.27 --tag shyim/shopware:6.5.8-php8.1.27 --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.27 --tag shyim/shopware:6.5.8.7-php8.1.27 --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 --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.27 --tag shyim/shopware:cli-6.5-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.7-php8.1.27 --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-php8.2 --tag shyim/shopware:6.5-php8.2 --tag ghcr.io/shyim/shopware:6.5-php8.2.17 --tag shyim/shopware:6.5-php8.2.17 --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.17 --tag shyim/shopware:6.5.8-php8.2.17 --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.17 --tag shyim/shopware:6.5.8.7-php8.2.17 --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-php8.2 --tag shyim/shopware:cli-6.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2.17 --tag shyim/shopware:cli-6.5-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.7-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.6-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.6-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.6-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.6-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.5-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.5-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.5-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.5-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.4-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.4-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.4-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.4-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.3-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.3-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.3-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.3-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.2-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.2-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.2-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.2-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.1-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.1-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.1-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.1-php8.2.17 --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.27 --tag shyim/shopware:6.5.8.0-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.8.0-php8.1.27 --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.17 --tag shyim/shopware:6.5.8.0-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.8.0-php8.2.17 --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.27 --tag shyim/shopware:6.5.7-php8.1.27 --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.27 --tag shyim/shopware:6.5.7.4-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.7-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.7.4-php8.1.27 --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.17 --tag shyim/shopware:6.5.7-php8.2.17 --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.17 --tag shyim/shopware:6.5.7.4-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.7-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.7.4-php8.2.17 --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.27 --tag shyim/shopware:6.5.7.3-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.7.3-php8.1.27 --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.17 --tag shyim/shopware:6.5.7.3-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.7.3-php8.2.17 --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.27 --tag shyim/shopware:6.5.7.2-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.7.2-php8.1.27 --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.17 --tag shyim/shopware:6.5.7.2-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.7.2-php8.2.17 --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.27 --tag shyim/shopware:6.5.7.1-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.7.1-php8.1.27 --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.17 --tag shyim/shopware:6.5.7.1-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.7.1-php8.2.17 --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.27 --tag shyim/shopware:6.5.7.0-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.7.0-php8.1.27 --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.17 --tag shyim/shopware:6.5.7.0-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.7.0-php8.2.17 --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.27 --tag shyim/shopware:6.5.6-php8.1.27 --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.27 --tag shyim/shopware:6.5.6.1-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.6-php8.1.27 --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.27 --tag shyim/shopware:cli-6.5.6.1-php8.1.27 --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.17 --tag shyim/shopware:6.5.6-php8.2.17 --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.17 --tag shyim/shopware:6.5.6.1-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.6-php8.2.17 --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.17 --tag shyim/shopware:cli-6.5.6.1-php8.2.17 --push . | |
shopware-v6_5_6_0-8_1: | |
name: v6.5.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.5.6.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6.0 --tag shyim/shopware:6.5.6.0 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.1 --tag shyim/shopware:6.5.6.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.1.27 --tag shyim/shopware:6.5.6.0-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.6.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6.0 --tag shyim/shopware:cli-6.5.6.0 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.1 --tag shyim/shopware:cli-6.5.6.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.1.27 --tag shyim/shopware:cli-6.5.6.0-php8.1.27 --push . | |
shopware-v6_5_6_0-8_2: | |
name: v6.5.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.5.6.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.2 --tag shyim/shopware:6.5.6.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.6.0-php8.2.17 --tag shyim/shopware:6.5.6.0-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.6.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.2 --tag shyim/shopware:cli-6.5.6.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.6.0-php8.2.17 --tag shyim/shopware:cli-6.5.6.0-php8.2.17 --push . | |
shopware-v6_5_5_2-8_1: | |
name: v6.5.5.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.5.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5 --tag shyim/shopware:6.5.5 --tag ghcr.io/shyim/shopware:6.5.5-php8.1 --tag shyim/shopware:6.5.5-php8.1 --tag ghcr.io/shyim/shopware:6.5.5-php8.1.27 --tag shyim/shopware:6.5.5-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.5.2 --tag shyim/shopware:6.5.5.2 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.1 --tag shyim/shopware:6.5.5.2-php8.1 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.1.27 --tag shyim/shopware:6.5.5.2-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.5.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5 --tag shyim/shopware:cli-6.5.5 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.1 --tag shyim/shopware:cli-6.5.5-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.1.27 --tag shyim/shopware:cli-6.5.5-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.5.2 --tag shyim/shopware:cli-6.5.5.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.1 --tag shyim/shopware:cli-6.5.5.2-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.1.27 --tag shyim/shopware:cli-6.5.5.2-php8.1.27 --push . | |
shopware-v6_5_5_2-8_2: | |
name: v6.5.5.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.5.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5-php8.2 --tag shyim/shopware:6.5.5-php8.2 --tag ghcr.io/shyim/shopware:6.5.5-php8.2.17 --tag shyim/shopware:6.5.5-php8.2.17 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.2 --tag shyim/shopware:6.5.5.2-php8.2 --tag ghcr.io/shyim/shopware:6.5.5.2-php8.2.17 --tag shyim/shopware:6.5.5.2-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.5.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.2 --tag shyim/shopware:cli-6.5.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5-php8.2.17 --tag shyim/shopware:cli-6.5.5-php8.2.17 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.2 --tag shyim/shopware:cli-6.5.5.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.2-php8.2.17 --tag shyim/shopware:cli-6.5.5.2-php8.2.17 --push . | |
shopware-v6_5_5_1-8_1: | |
name: v6.5.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.5.5.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.1 --tag shyim/shopware:6.5.5.1 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.1 --tag shyim/shopware:6.5.5.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.1.27 --tag shyim/shopware:6.5.5.1-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.5.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.1 --tag shyim/shopware:cli-6.5.5.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.1 --tag shyim/shopware:cli-6.5.5.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.1.27 --tag shyim/shopware:cli-6.5.5.1-php8.1.27 --push . | |
shopware-v6_5_5_1-8_2: | |
name: v6.5.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.5.5.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.2 --tag shyim/shopware:6.5.5.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.5.1-php8.2.17 --tag shyim/shopware:6.5.5.1-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.5.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.2 --tag shyim/shopware:cli-6.5.5.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.1-php8.2.17 --tag shyim/shopware:cli-6.5.5.1-php8.2.17 --push . | |
shopware-v6_5_5_0-8_1: | |
name: v6.5.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.5.5.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.0 --tag shyim/shopware:6.5.5.0 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.1 --tag shyim/shopware:6.5.5.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.1.27 --tag shyim/shopware:6.5.5.0-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.5.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.0 --tag shyim/shopware:cli-6.5.5.0 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.1 --tag shyim/shopware:cli-6.5.5.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.1.27 --tag shyim/shopware:cli-6.5.5.0-php8.1.27 --push . | |
shopware-v6_5_5_0-8_2: | |
name: v6.5.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.5.5.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.2 --tag shyim/shopware:6.5.5.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.5.0-php8.2.17 --tag shyim/shopware:6.5.5.0-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.5.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.2 --tag shyim/shopware:cli-6.5.5.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.5.0-php8.2.17 --tag shyim/shopware:cli-6.5.5.0-php8.2.17 --push . | |
shopware-v6_5_4_1-8_1: | |
name: v6.5.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.5.4.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4 --tag shyim/shopware:6.5.4 --tag ghcr.io/shyim/shopware:6.5.4-php8.1 --tag shyim/shopware:6.5.4-php8.1 --tag ghcr.io/shyim/shopware:6.5.4-php8.1.27 --tag shyim/shopware:6.5.4-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.4.1 --tag shyim/shopware:6.5.4.1 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.1 --tag shyim/shopware:6.5.4.1-php8.1 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.1.27 --tag shyim/shopware:6.5.4.1-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.4.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4 --tag shyim/shopware:cli-6.5.4 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.1 --tag shyim/shopware:cli-6.5.4-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.1.27 --tag shyim/shopware:cli-6.5.4-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.4.1 --tag shyim/shopware:cli-6.5.4.1 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.1 --tag shyim/shopware:cli-6.5.4.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.1.27 --tag shyim/shopware:cli-6.5.4.1-php8.1.27 --push . | |
shopware-v6_5_4_1-8_2: | |
name: v6.5.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.5.4.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4-php8.2 --tag shyim/shopware:6.5.4-php8.2 --tag ghcr.io/shyim/shopware:6.5.4-php8.2.17 --tag shyim/shopware:6.5.4-php8.2.17 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.2 --tag shyim/shopware:6.5.4.1-php8.2 --tag ghcr.io/shyim/shopware:6.5.4.1-php8.2.17 --tag shyim/shopware:6.5.4.1-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.4.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.2 --tag shyim/shopware:cli-6.5.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.4-php8.2.17 --tag shyim/shopware:cli-6.5.4-php8.2.17 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.2 --tag shyim/shopware:cli-6.5.4.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.4.1-php8.2.17 --tag shyim/shopware:cli-6.5.4.1-php8.2.17 --push . | |
shopware-v6_5_4_0-8_1: | |
name: v6.5.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.5.4.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4.0 --tag shyim/shopware:6.5.4.0 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.1 --tag shyim/shopware:6.5.4.0-php8.1 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.1.27 --tag shyim/shopware:6.5.4.0-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.4.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4.0 --tag shyim/shopware:cli-6.5.4.0 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.1 --tag shyim/shopware:cli-6.5.4.0-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.1.27 --tag shyim/shopware:cli-6.5.4.0-php8.1.27 --push . | |
shopware-v6_5_4_0-8_2: | |
name: v6.5.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.5.4.0/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.2 --tag shyim/shopware:6.5.4.0-php8.2 --tag ghcr.io/shyim/shopware:6.5.4.0-php8.2.17 --tag shyim/shopware:6.5.4.0-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.4.0/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.2 --tag shyim/shopware:cli-6.5.4.0-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.4.0-php8.2.17 --tag shyim/shopware:cli-6.5.4.0-php8.2.17 --push . | |
shopware-v6_5_3_3-8_1: | |
name: v6.5.3.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.3.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3 --tag shyim/shopware:6.5.3 --tag ghcr.io/shyim/shopware:6.5.3-php8.1 --tag shyim/shopware:6.5.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.3-php8.1.27 --tag shyim/shopware:6.5.3-php8.1.27 --tag ghcr.io/shyim/shopware:6.5.3.3 --tag shyim/shopware:6.5.3.3 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.1 --tag shyim/shopware:6.5.3.3-php8.1 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.1.27 --tag shyim/shopware:6.5.3.3-php8.1.27 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.1/6.5.3.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3 --tag shyim/shopware:cli-6.5.3 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.1 --tag shyim/shopware:cli-6.5.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.1.27 --tag shyim/shopware:cli-6.5.3-php8.1.27 --tag ghcr.io/shyim/shopware:cli-6.5.3.3 --tag shyim/shopware:cli-6.5.3.3 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.1 --tag shyim/shopware:cli-6.5.3.3-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.1.27 --tag shyim/shopware:cli-6.5.3.3-php8.1.27 --push . | |
shopware-v6_5_3_3-8_2: | |
name: v6.5.3.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.3.3/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.3-php8.2 --tag shyim/shopware:6.5.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.3-php8.2.17 --tag shyim/shopware:6.5.3-php8.2.17 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.2 --tag shyim/shopware:6.5.3.3-php8.2 --tag ghcr.io/shyim/shopware:6.5.3.3-php8.2.17 --tag shyim/shopware:6.5.3.3-php8.2.17 --push . | |
- name: Build PHP CLI | |
run: docker buildx build -f ./shopware/8.2/6.5.3.3/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.2 --tag shyim/shopware:cli-6.5.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3-php8.2.17 --tag shyim/shopware:cli-6.5.3-php8.2.17 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.2 --tag shyim/shopware:cli-6.5.3.3-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.3.3-php8.2.17 --tag shyim/shopware:cli-6.5.3.3-php8.2.17 --push . |