Skip to content

Commit 325b9d0

Browse files
committed
build the 32 images
1 parent 5097389 commit 325b9d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build and push Docker image
3838
uses: docker/build-push-action@v6
3939
with:
40-
context: 31/apache
40+
context: 32/apache
4141
platforms: linux/amd64,linux/arm64
4242
push: true
4343
tags: ${{ steps.meta.outputs.tags }}
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build and push Docker image
7373
uses: docker/build-push-action@v6
7474
with:
75-
context: 31/fpm
75+
context: 32/fpm
7676
platforms: linux/amd64,linux/arm64
7777
push: true
7878
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)