Skip to content

Commit

Permalink
Merge pull request #135 from shyim/create-pull-request/patch
Browse files Browse the repository at this point in the history
Changes by create-pull-request action
  • Loading branch information
shyim committed Jan 26, 2024
2 parents bdb0b14 + 2c767f2 commit 7f2c556
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 123 deletions.
50 changes: 1 addition & 49 deletions .github/workflows/shopware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1207,52 +1207,4 @@ jobs:
run: docker buildx build -f ./shopware/8.2/6.4.20.2/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.4-php8.2 --tag shyim/shopware:6.4-php8.2 --tag ghcr.io/shyim/shopware:6.4-php8.2.15 --tag shyim/shopware:6.4-php8.2.15 --tag ghcr.io/shyim/shopware:6.4.20-php8.2 --tag shyim/shopware:6.4.20-php8.2 --tag ghcr.io/shyim/shopware:6.4.20-php8.2.15 --tag shyim/shopware:6.4.20-php8.2.15 --tag ghcr.io/shyim/shopware:6.4.20.2-php8.2 --tag shyim/shopware:6.4.20.2-php8.2 --tag ghcr.io/shyim/shopware:6.4.20.2-php8.2.15 --tag shyim/shopware:6.4.20.2-php8.2.15 --push .

- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.4.20.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.4-php8.2 --tag shyim/shopware:cli-6.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4-php8.2.15 --tag shyim/shopware:cli-6.4-php8.2.15 --tag ghcr.io/shyim/shopware:cli-6.4.20-php8.2 --tag shyim/shopware:cli-6.4.20-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4.20-php8.2.15 --tag shyim/shopware:cli-6.4.20-php8.2.15 --tag ghcr.io/shyim/shopware:cli-6.4.20.2-php8.2 --tag shyim/shopware:cli-6.4.20.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4.20.2-php8.2.15 --tag shyim/shopware:cli-6.4.20.2-php8.2.15 --push .
shopware-v6_4_20_1-8_1:
name: v6.4.20.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.4.20.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.4.20.1 --tag shyim/shopware:6.4.20.1 --tag ghcr.io/shyim/shopware:6.4.20.1-php8.1 --tag shyim/shopware:6.4.20.1-php8.1 --tag ghcr.io/shyim/shopware:6.4.20.1-php8.1.27 --tag shyim/shopware:6.4.20.1-php8.1.27 --push .

- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.4.20.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.4.20.1 --tag shyim/shopware:cli-6.4.20.1 --tag ghcr.io/shyim/shopware:cli-6.4.20.1-php8.1 --tag shyim/shopware:cli-6.4.20.1-php8.1 --tag ghcr.io/shyim/shopware:cli-6.4.20.1-php8.1.27 --tag shyim/shopware:cli-6.4.20.1-php8.1.27 --push .
shopware-v6_4_20_1-8_2:
name: v6.4.20.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.4.20.1/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.4.20.1-php8.2 --tag shyim/shopware:6.4.20.1-php8.2 --tag ghcr.io/shyim/shopware:6.4.20.1-php8.2.15 --tag shyim/shopware:6.4.20.1-php8.2.15 --push .

- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.4.20.1/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.4.20.1-php8.2 --tag shyim/shopware:cli-6.4.20.1-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4.20.1-php8.2.15 --tag shyim/shopware:cli-6.4.20.1-php8.2.15 --push .
run: docker buildx build -f ./shopware/8.2/6.4.20.2/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.4-php8.2 --tag shyim/shopware:cli-6.4-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4-php8.2.15 --tag shyim/shopware:cli-6.4-php8.2.15 --tag ghcr.io/shyim/shopware:cli-6.4.20-php8.2 --tag shyim/shopware:cli-6.4.20-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4.20-php8.2.15 --tag shyim/shopware:cli-6.4.20-php8.2.15 --tag ghcr.io/shyim/shopware:cli-6.4.20.2-php8.2 --tag shyim/shopware:cli-6.4.20.2-php8.2 --tag ghcr.io/shyim/shopware:cli-6.4.20.2-php8.2.15 --tag shyim/shopware:cli-6.4.20.2-php8.2.15 --push .
17 changes: 0 additions & 17 deletions shopware/8.1/6.4.20.1/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions shopware/8.1/6.4.20.1/Dockerfile.cli

This file was deleted.

17 changes: 0 additions & 17 deletions shopware/8.2/6.4.20.1/Dockerfile

This file was deleted.

20 changes: 0 additions & 20 deletions shopware/8.2/6.4.20.1/Dockerfile.cli

This file was deleted.

0 comments on commit 7f2c556

Please sign in to comment.