Skip to content

Commit

Permalink
test(ct): try what happens when removing the on purpose failure of ba…
Browse files Browse the repository at this point in the history
…se image workflow
  • Loading branch information
poikilotherm committed Apr 11, 2024
1 parent 77aec0d commit c3e1d4f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,14 @@ jobs:
elif [[ "${{ matrix.branch }}" == "v6.2" ]]; then
echo "DOCKER_TAGS=-Ddocker.imagePropertyConfiguration=override -Ddocker.tags.additional=alpha" | tee -a "${GITHUB_ENV}"
fi
# TODO: remove when feature branch is done
- name: Skip all but feature-branch
if: ${{ matrix.branch != '10478-version-base-img' }}
uses: actions/github-script@v7
with:
script: |
core.setFailed('Stopping on purpose to avoid mayhem')
#- name: Skip all but feature-branch
# if: ${{ matrix.branch != '10478-version-base-img' }}
# uses: actions/github-script@v7
# with:
# script: |
# core.setFailed('Stopping on purpose to avoid mayhem')


- name: Deploy multi-arch base container image to Docker Hub
Expand Down

0 comments on commit c3e1d4f

Please sign in to comment.