Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Feb 2, 2024
1 parent b9551c1 commit 0b2c96e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-Docker-image-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: ./.github/workflows/build-and-push-Docker-image.yml
secrets: inherit
with:
image-name: workflow.pacta
image-name: workflow.pacta.report
image-tag: nightly
2 changes: 1 addition & 1 deletion .github/workflows/build-Docker-image-on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
uses: ./.github/workflows/build-and-push-Docker-image.yml
secrets: inherit
with:
image-name: workflow.pacta
image-name: workflow.pacta.report
image-tag: main
2 changes: 1 addition & 1 deletion .github/workflows/build-Docker-image-on-push-to-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
uses: ./.github/workflows/build-and-push-Docker-image.yml
secrets: inherit
with:
image-name: workflow.pacta
image-name: workflow.pacta.report
image-tag: pr${{ github.event.pull_request.number }}

add_comment:
Expand Down

0 comments on commit 0b2c96e

Please sign in to comment.