Skip to content

Commit 4fa5a8f

Browse files
authored
ci: fix synatx issue in docker-base.yaml
1 parent a1671a6 commit 4fa5a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-base.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
platforms: linux/amd64,linux/arm64,linux/arm/v7
6262
pull: true
6363
no-cache: true
64-
push: github.event_name != 'pull_request'
64+
push: ${{ github.event_name != 'pull_request' }}
6565
tags: |
6666
ghcr.io/coder/coder-base:latest
6767

0 commit comments

Comments
 (0)