Skip to content

Commit a01a429

Browse files
committed
Set up base to build on base yml changes
1 parent d19d7c4 commit a01a429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/base.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- Dockerfile.base
6+
- .github/workflows/base.yml
67
branches:
78
- master
89
- develop
@@ -88,4 +89,4 @@ jobs:
8889
max_attempts: 3
8990
retry_on: error
9091
timeout_minutes: 120
91-
command: docker buildx build -f Dockerfile.base.debian-${{ matrix.release }} -t ${ORG}/github-runner-base:debian-${{ matrix.release }} --output "type=image,push=true" --platform linux/amd64,linux/arm64,linux/arm/v7 .
92+
command: docker buildx build -f Dockerfile.base.debian-${{ matrix.release }} -t ${ORG}/github-runner-base:debian-${{ matrix.release }} --output "type=image,push=true" --platform linux/amd64,linux/arm64,linux/arm/v7 .

0 commit comments

Comments
 (0)