Skip to content

Commit b316038

Browse files
committed
ci: make dev GHCR publish single-arch and bounded
Use linux/amd64-only publishing for dev stream and add job timeout to avoid prolonged multi-arch hangs while keeping prod DockerHub workflow unchanged.
1 parent 560b183 commit b316038

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-dev-ghcr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
jobs:
1414
build:
1515
runs-on: ubuntu-latest
16+
timeout-minutes: 45
1617
permissions:
1718
contents: read
1819
packages: write
@@ -55,7 +56,7 @@ jobs:
5556
uses: docker/build-push-action@v6
5657
with:
5758
context: .
58-
platforms: linux/amd64,linux/arm64
59+
platforms: linux/amd64
5960
push: true
6061
tags: ${{ steps.meta.outputs.tags }}
6162
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)