Skip to content

Commit 7a7bef0

Browse files
authored
ci: fix syntax issue in docker-base.yaml (#13412)
1 parent a1671a6 commit 7a7bef0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-base.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
pull_request:
1212
paths:
1313
- scripts/Dockerfile.base
14+
- .github/workflows/docker-base.yaml
1415

1516
schedule:
1617
# Run every week at 09:43 on Monday, Wednesday and Friday. We build this
@@ -61,7 +62,7 @@ jobs:
6162
platforms: linux/amd64,linux/arm64,linux/arm/v7
6263
pull: true
6364
no-cache: true
64-
push: github.event_name != 'pull_request'
65+
push: ${{ github.event_name != 'pull_request' }}
6566
tags: |
6667
ghcr.io/coder/coder-base:latest
6768

0 commit comments

Comments
 (0)