Skip to content

Commit

Permalink
-tests scanning
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 27, 2023
1 parent 61ab902 commit dae768c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
asset_name: wiremock-standalone-${{ steps.vars.outputs.version }}.jar
asset_content_type: application/java-archive
docker:
uses: ./docker-release.yml
uses: ./.github/workflows/docker-release.yml
with:
version: ${{ needs.build.outputs.version }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
docker:
needs: [scan]
if: jobs.scan.outputs.result != 0
uses: ./docker-release.yml
uses: ./.github/workflows/docker-release.yml
with:
version: 3.3.1.4
secrets:
Expand Down

0 comments on commit dae768c

Please sign in to comment.