Skip to content

Commit

Permalink
Merge 02d56b0 into 310dc3e
Browse files Browse the repository at this point in the history
  • Loading branch information
David Wertenteil authored Feb 14, 2024
2 parents 310dc3e + 02d56b0 commit 9d67a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/incluster-comp-pr-created.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ on:
required: false
type: string
default: "./..."
GO111MODULE:
required: false
type: string
UNIT_TESTS_PATH:
required: false
type: string
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/incluster-comp-pr-merged.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
context: .
file: build/Dockerfile
tags: ${{ inputs.IMAGE_NAME }}:${{ steps.image-prerelease-tag.outputs.IMAGE_TAG_PRERELEASE }}
build-args: image_version=${{ steps.image-prerelease-tag.outputs.IMAGE_TAG }}
build-args: image_version=${{ inputs.IMAGE_TAG }}
platforms: ${{ inputs.BUILD_PLATFORM }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down Expand Up @@ -219,6 +219,7 @@ jobs:
uses: mikepenz/[email protected]
if: always() # always run even if the previous step fails
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
report_paths: '**/results_xml_format/**.xml'


Expand Down

0 comments on commit 9d67a48

Please sign in to comment.