Skip to content

Commit 49ceab7

Browse files
committedJun 20, 2022
Attempt to fix LFS on github actions
1 parent 7041efd commit 49ceab7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/build-serve-container.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10+
- uses: actions/checkout@v2
11+
with:
12+
lfs: true
1013
- name: Login to GAR
1114
uses: docker/login-action@v2
1215
with:
@@ -18,3 +21,4 @@ jobs:
1821
with:
1922
push: true
2023
tags: northamerica-northeast1-docker.pkg.dev/brazen-score/brazen-score/brazen-score:latest
24+
context: .

0 commit comments

Comments
 (0)