Skip to content

Commit 4227258

Browse files
authored
Merge pull request #1035 from markshust/feature/994-fix-sys-reqs
2 parents a5a73d5 + 07a7a92 commit 4227258

20 files changed

+166
-213
lines changed

.github/workflows/build-elasticsearch-7.17.yml .github/workflows/build-elasticsearch-7-17.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-elasticsearch-7.17
1+
name: build-elasticsearch-7-17
22

33
on: workflow_dispatch
44

@@ -31,4 +31,4 @@ jobs:
3131
push: true
3232
tags: |
3333
markoshust/magento-elasticsearch:7.17
34-
markoshust/magento-elasticsearch:7.17-0
34+
markoshust/magento-elasticsearch:7.17-1

.github/workflows/build-elasticsearch-8.4.yml .github/workflows/build-elasticsearch-8-4.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-elasticsearch-8.4
1+
name: build-elasticsearch-8-4
22

33
on: workflow_dispatch
44

@@ -30,4 +30,5 @@ jobs:
3030
platforms: linux/amd64,linux/arm64
3131
push: true
3232
tags: |
33-
markoshust/magento-elasticsearch:8.4-develop
33+
markoshust/magento-elasticsearch:8.4
34+
markoshust/magento-elasticsearch:8.4-0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: build-elasticsearch-8-5
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
elasticsearch-8-5:
7+
runs-on: ubuntu-latest
8+
steps:
9+
-
10+
name: Checkout
11+
uses: actions/checkout@v2
12+
-
13+
name: Set up QEMU
14+
uses: docker/setup-qemu-action@v1
15+
-
16+
name: Set up Docker Buildx
17+
uses: docker/setup-buildx-action@v1
18+
-
19+
name: Login to DockerHub
20+
uses: docker/login-action@v1
21+
with:
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
24+
-
25+
name: Build and push
26+
id: docker_build
27+
uses: docker/build-push-action@v2
28+
with:
29+
context: images/elasticsearch/8.5
30+
platforms: linux/amd64,linux/arm64
31+
push: true
32+
tags: |
33+
markoshust/magento-elasticsearch:8.5
34+
markoshust/magento-elasticsearch:8.5-0

.github/workflows/build-elasticsearch.yml

-62
This file was deleted.

.github/workflows/build-nginx.yml .github/workflows/build-nginx-1-18.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-nginx
1+
name: build-nginx-1-18
22

33
on: workflow_dispatch
44

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: build-opensearch-1-2
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
opensearch-1-2:
7+
runs-on: ubuntu-latest
8+
steps:
9+
-
10+
name: Checkout
11+
uses: actions/checkout@v2
12+
-
13+
name: Set up QEMU
14+
uses: docker/setup-qemu-action@v1
15+
-
16+
name: Set up Docker Buildx
17+
uses: docker/setup-buildx-action@v1
18+
-
19+
name: Login to DockerHub
20+
uses: docker/login-action@v1
21+
with:
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
24+
-
25+
name: Build and push
26+
id: docker_build
27+
uses: docker/build-push-action@v2
28+
with:
29+
context: images/opensearch/1.2
30+
platforms: linux/amd64,linux/arm64
31+
push: true
32+
tags: |
33+
markoshust/magento-opensearch:1.2
34+
markoshust/magento-opensearch:1.2-0

.github/workflows/build-opensearch.yml .github/workflows/build-opensearch-2-5.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-opensearch
1+
name: build-opensearch-2-5
22

33
on: workflow_dispatch
44

@@ -26,8 +26,9 @@ jobs:
2626
id: docker_build
2727
uses: docker/build-push-action@v2
2828
with:
29-
context: images/opensearch/2.4
29+
context: images/opensearch/2.5
3030
platforms: linux/amd64,linux/arm64
3131
push: true
3232
tags: |
33-
markoshust/magento-opensearch:2.5-0
33+
markoshust/magento-opensearch:2.5
34+
markoshust/magento-opensearch:2.5-1

.github/workflows/build-php-8.1.yml .github/workflows/build-php-8-1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-php-8.1
1+
name: build-php-8-1
22

33
on: workflow_dispatch
44

.github/workflows/build-php-8.2.yml .github/workflows/build-php-8-2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-php-8.2
1+
name: build-php-8-2
22

33
on: workflow_dispatch
44

.github/workflows/build-php.yml

-63
This file was deleted.
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: build-rabbitmq-3-11
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
rabbitmq-3-11:
7+
runs-on: ubuntu-latest
8+
steps:
9+
-
10+
name: Checkout
11+
uses: actions/checkout@v2
12+
-
13+
name: Set up QEMU
14+
uses: docker/setup-qemu-action@v1
15+
-
16+
name: Set up Docker Buildx
17+
uses: docker/setup-buildx-action@v1
18+
-
19+
name: Login to DockerHub
20+
uses: docker/login-action@v1
21+
with:
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
24+
-
25+
name: Build and push
26+
id: docker_build
27+
uses: docker/build-push-action@v2
28+
with:
29+
context: images/rabbitmq/3.11
30+
platforms: linux/amd64,linux/arm64
31+
push: true
32+
tags: |
33+
markoshust/magento-rabbitmq:3.11
34+
markoshust/magento-rabbitmq:3.11-1
+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: build-rabbitmq-3-9
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
rabbitmq-3-9:
7+
runs-on: ubuntu-latest
8+
steps:
9+
-
10+
name: Checkout
11+
uses: actions/checkout@v2
12+
-
13+
name: Set up QEMU
14+
uses: docker/setup-qemu-action@v1
15+
-
16+
name: Set up Docker Buildx
17+
uses: docker/setup-buildx-action@v1
18+
-
19+
name: Login to DockerHub
20+
uses: docker/login-action@v1
21+
with:
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
24+
-
25+
name: Build and push
26+
id: docker_build
27+
uses: docker/build-push-action@v2
28+
with:
29+
context: images/rabbitmq/3.9
30+
platforms: linux/amd64,linux/arm64
31+
push: true
32+
tags: |
33+
markoshust/magento-rabbitmq:3.9
34+
markoshust/magento-rabbitmq:3.9-0

.github/workflows/build-rabbitmq.yml

-63
This file was deleted.

0 commit comments

Comments
 (0)