Skip to content

Commit fa12fce

Browse files
committed
make fmt
1 parent 585eba1 commit fa12fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-base.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
paths:
88
- scripts/Dockerfile.base
99
- scripts/Dockerfile
10-
10+
1111
pull_request:
1212
paths:
1313
- scripts/Dockerfile.base
@@ -66,7 +66,7 @@ jobs:
6666
ghcr.io/coder/coder-base:latest
6767
6868
- name: Verify that images are pushed properly
69-
if : github.event_name != 'pull_request'
69+
if: github.event_name != 'pull_request'
7070
run: |
7171
# retry 10 times with a 5 second delay as the images may not be
7272
# available immediately

0 commit comments

Comments
 (0)