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

Lines changed: 2 additions & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy