We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160bd14 commit 3525720Copy full SHA for 3525720
.github/workflows/copi-build.yml
@@ -29,6 +29,8 @@
29
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
with:
31
ref: ${{ github.event.pull_request.head.sha }}
32
+ - name: build project
33
+ run: docker build -f ./Dockerfile .
34
- name: Cache deps
35
id: cache-deps
36
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
0 commit comments