Skip to content

Commit 99582ba

Browse files
authored
Build against main, not master (#10)
1 parent 9d466f4 commit 99582ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ commands:
77
default: $CIRCLE_SHA1
88
to_tag:
99
type: string
10-
default: "master"
10+
default: "main"
1111
image:
1212
type: string
1313
steps:
@@ -23,7 +23,7 @@ jobs:
2323
- docker/check
2424
- docker/build:
2525
image: yalelibraryit/dc-postgres
26-
cache_from: yalelibraryit/dc-postgres:master
26+
cache_from: yalelibraryit/dc-postgres:main
2727
- docker/push:
2828
image: yalelibraryit/dc-postgres
2929

0 commit comments

Comments
 (0)