Skip to content

Commit

Permalink
Reenable private image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Mar 12, 2024
1 parent 97f9148 commit 44f6320
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-Docker-image-triggers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ jobs:
github.sha
}}
# build_private_docker_image:
# name: "Build private docker image"
# strategy:
# # if one build or test fails, permit the others to run
# fail-fast: false
# # build images in parallel
# matrix:
# image-name:
# - rmi_pacta_2023q4_pa2024ch
# - rmi_pacta_2022q4_general
# - rmi_pacta_2023q4_general
# uses: ./.github/workflows/build-push-private.yml
# secrets: inherit
# with:
# image-name: ${{ matrix.image-name }}
build_private_docker_image:
name: "Build private docker image"
strategy:
# if one build or test fails, permit the others to run
fail-fast: false
# build images in parallel
matrix:
image-name:
- rmi_pacta_2023q4_pa2024ch
- rmi_pacta_2022q4_general
- rmi_pacta_2023q4_general
uses: ./.github/workflows/build-push-private.yml
secrets: inherit
with:
image-name: ${{ matrix.image-name }}

add-comment:
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 44f6320

Please sign in to comment.