Skip to content

Commit

Permalink
Fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 20, 2023
1 parent 38907f5 commit 6b0ae28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cinc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hadolint
name: cinc

on:
push:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build locally for testing
uses: docker/bake-action@v4
with:
workdir: ${{ matrix.image }}
workdir: cinc/cinc
targets: local
load: true

Expand Down

0 comments on commit 6b0ae28

Please sign in to comment.