Skip to content

Commit

Permalink
Update workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 18, 2023
1 parent 813bb34 commit 36efde3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cinc-auditor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: cinc/cinc-auditor
steps:
- uses: actions/checkout@v4

Expand All @@ -39,7 +42,7 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/bake-action@v4
with:
workdir: hadolint
workdir: cinc/cinc-auditor
push: ${{ github.even_name != 'pull_request' }}
files: |
./docker-bake.hcl
Expand Down

0 comments on commit 36efde3

Please sign in to comment.