|
|
|
|
@ -37,7 +37,7 @@ jobs:
|
|
|
|
|
- name: Build and push Docker image
|
|
|
|
|
uses: docker/build-push-action@v6
|
|
|
|
|
with:
|
|
|
|
|
context: 31/apache
|
|
|
|
|
context: 32/apache
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
push: true
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
@ -72,7 +72,7 @@ jobs:
|
|
|
|
|
- name: Build and push Docker image
|
|
|
|
|
uses: docker/build-push-action@v6
|
|
|
|
|
with:
|
|
|
|
|
context: 31/fpm
|
|
|
|
|
context: 32/fpm
|
|
|
|
|
platforms: linux/amd64,linux/arm64
|
|
|
|
|
push: true
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
|