Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7a7bef0

Browse files
authored
ci: fix syntax issue in docker-base.yaml (#13412)
1 parenta1671a6 commit7a7bef0

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)

[8]ページ先頭

©2009-2025 Movatter.jp