Skip to content

Commit 38726d4

Browse files
committed
Correctly build stable images for the Debian Perl variant
Fixes #182
1 parent aacab5d commit 38726d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian-stable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: build
9999
uses: docker/build-push-action@v5
100100
with:
101-
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/mips64le, linux/ppc64le, linux/s390x
101+
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
102102
context: "{{ defaultContext }}:stable/debian"
103103
tags: ${{ steps.meta.outputs.tags }}
104104
labels: ${{ steps.meta.outputs.labels }}
@@ -200,7 +200,7 @@ jobs:
200200
uses: docker/build-push-action@v5
201201
with:
202202
platforms: linux/amd64, linux/arm/v5, linux/arm/v7, linux/arm64, linux/386, linux/mips64le, linux/ppc64le, linux/s390x
203-
context: "{{ defaultContext }}:mainline/debian-perl"
203+
context: "{{ defaultContext }}:stable/debian-perl"
204204
tags: ${{ steps.meta.outputs.tags }}
205205
labels: ${{ steps.meta.outputs.labels }}
206206
push: true

0 commit comments

Comments
 (0)