Skip to content

Commit 3525720

Browse files
committed
Build the docker file always to check that it can be deployed.
1 parent 160bd14 commit 3525720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/copi-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030
with:
3131
ref: ${{ github.event.pull_request.head.sha }}
32+
- name: build project
33+
run: docker build -f ./Dockerfile .
3234
- name: Cache deps
3335
id: cache-deps
3436
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3

0 commit comments

Comments
 (0)