Skip to content

Commit

Permalink
Merge pull request #159 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 May 14, 2024
2 parents 7ae8440 + e52f281 commit 871a1d0
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 61 deletions.
106 changes: 53 additions & 53 deletions .github/workflows/shopware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,54 @@ jobs:

- 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.19 --tag shyim/shopware:cli-6.6.0.0-php8.2.19 --push .
shopware-v6_5_8_10-8_1:
name: v6.5.8.10 with PHP 8.1
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin

- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

- name: Build PHP Web
run: docker buildx build -f ./shopware/8.1/6.5.8.10/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5 --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.10 --tag shyim/shopware:6.5.8.10 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.1 --tag shyim/shopware:6.5.8.10-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.1.28 --tag shyim/shopware:6.5.8.10-php8.1.28 --push .

- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.1/6.5.8.10/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5 --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.10 --tag shyim/shopware:cli-6.5.8.10 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.1 --tag shyim/shopware:cli-6.5.8.10-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.1.28 --tag shyim/shopware:cli-6.5.8.10-php8.1.28 --push .
shopware-v6_5_8_10-8_2:
name: v6.5.8.10 with PHP 8.2
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

- name: Login into Docker Hub Registery
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "shyim" --password-stdin

- name: Login into Github Docker Registery
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2

- name: Build PHP Web
run: docker buildx build -f ./shopware/8.2/6.5.8.10/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5-php8.2 --tag shyim/shopware:6.5-php8.2 --tag ghcr.io/shyim/shopware:6.5-php8.2.19 --tag shyim/shopware:6.5-php8.2.19 --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.19 --tag shyim/shopware:6.5.8-php8.2.19 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.2 --tag shyim/shopware:6.5.8.10-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.10-php8.2.19 --tag shyim/shopware:6.5.8.10-php8.2.19 --push .

- name: Build PHP CLI
run: docker buildx build -f ./shopware/8.2/6.5.8.10/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2 --tag shyim/shopware:cli-6.5-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5-php8.2.19 --tag shyim/shopware:cli-6.5-php8.2.19 --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.19 --tag shyim/shopware:cli-6.5.8-php8.2.19 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.2 --tag shyim/shopware:cli-6.5.8.10-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.10-php8.2.19 --tag shyim/shopware:cli-6.5.8.10-php8.2.19 --push .
shopware-v6_5_8_9-8_1:
name: v6.5.8.9 with PHP 8.1
runs-on: ubuntu-20.04
Expand All @@ -412,10 +460,10 @@ jobs:
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 .
run: docker buildx build -f ./shopware/8.1/6.5.8.9/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.9 --tag shyim/shopware:6.5.8.9 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.1 --tag shyim/shopware:6.5.8.9-php8.1 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.1.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 .
run: docker buildx build -f ./shopware/8.1/6.5.8.9/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.9 --tag shyim/shopware:cli-6.5.8.9 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.1 --tag shyim/shopware:cli-6.5.8.9-php8.1 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.1.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
Expand All @@ -436,10 +484,10 @@ jobs:
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.19 --tag shyim/shopware:6.5-php8.2.19 --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.19 --tag shyim/shopware:6.5.8-php8.2.19 --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.19 --tag shyim/shopware:6.5.8.9-php8.2.19 --push .
run: docker buildx build -f ./shopware/8.2/6.5.8.9/Dockerfile --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.2 --tag shyim/shopware:6.5.8.9-php8.2 --tag ghcr.io/shyim/shopware:6.5.8.9-php8.2.19 --tag shyim/shopware:6.5.8.9-php8.2.19 --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.19 --tag shyim/shopware:cli-6.5-php8.2.19 --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.19 --tag shyim/shopware:cli-6.5.8-php8.2.19 --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.19 --tag shyim/shopware:cli-6.5.8.9-php8.2.19 --push .
run: docker buildx build -f ./shopware/8.2/6.5.8.9/Dockerfile.cli --platform linux/amd64,linux/arm64 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.2 --tag shyim/shopware:cli-6.5.8.9-php8.2 --tag ghcr.io/shyim/shopware:cli-6.5.8.9-php8.2.19 --tag shyim/shopware:cli-6.5.8.9-php8.2.19 --push .
shopware-v6_5_8_8-8_1:
name: v6.5.8.8 with PHP 8.1
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -1063,52 +1111,4 @@ jobs:
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.19 --tag shyim/shopware:6.5.7.1-php8.2.19 --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.19 --tag shyim/shopware:cli-6.5.7.1-php8.2.19 --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.19 --tag shyim/shopware:6.5.7.0-php8.2.19 --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.19 --tag shyim/shopware:cli-6.5.7.0-php8.2.19 --push .
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.19 --tag shyim/shopware:cli-6.5.7.1-php8.2.19 --push .
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.7.0
RUN shopware-cli project create shop 6.5.8.10

FROM ghcr.io/shyim/shopware-nginx:8.1.28

Expand All @@ -10,7 +10,7 @@ COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer
COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.7.0" > /shopware_version && \
echo "6.5.8.10" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.7.0
RUN shopware-cli project create shop 6.5.8.10

FROM ghcr.io/shyim/shopware-nginx:8.1.28

Expand All @@ -10,7 +10,7 @@ COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer
COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.7.0" > /shopware_version && \
echo "6.5.8.10" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.7.0
RUN shopware-cli project create shop 6.5.8.10

FROM ghcr.io/shyim/shopware-nginx:8.2.19

Expand All @@ -10,7 +10,7 @@ COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer
COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.7.0" > /shopware_version && \
echo "6.5.8.10" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/friendsofshopware/shopware-cli as project-creator

WORKDIR /
RUN shopware-cli project create shop 6.5.7.0
RUN shopware-cli project create shop 6.5.8.10

FROM ghcr.io/shyim/shopware-nginx:8.2.19

Expand All @@ -10,7 +10,7 @@ COPY --from=composer/composer:2-bin /composer /usr/local/bin/composer
COPY --from=project-creator /shop /var/www/html

RUN mkdir /state && \
echo "6.5.7.0" > /shopware_version && \
echo "6.5.8.10" > /shopware_version && \
chown -R www-data:www-data /var/www

VOLUME /state /var/www/html/custom/plugins /var/www/html/files /var/www/html/var/log /var/www/html/public/theme /var/www/html/public/media /var/www/html/public/bundles /var/www/html/public/sitemap /var/www/html/public/thumbnail /var/www/html/config/jwt
Expand Down

0 comments on commit 871a1d0

Please sign in to comment.