Skip to content

Commit

Permalink
test(ct): no longer stop before Docker, but tell DMP to skip pushing
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 10, 2024
1 parent b453a12 commit cb2fac0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ jobs:
cache-dependency-path: |
modules/container-base/pom.xml
- name: Stop on purpose for testing
uses: actions/github-script@v3
with:
script: |
core.setFailed('Stopped on purpose.')
# Note: Accessing, pushing tags etc. to DockerHub will only succeed in upstream and
# on events in context of upstream because secrets. PRs run in context of forks by default!

Expand All @@ -91,7 +85,7 @@ jobs:
- name: Set up QEMU for multi-arch builds
uses: docker/setup-qemu-action@v2
- name: Deploy multi-arch base container image to Docker Hub
run: mvn -f modules/container-base -Pct deploy -Ddocker.platforms=${{ env.PLATFORMS }}
run: mvn -f modules/container-base -Pct deploy -Ddocker.skip.push -Ddocker.platforms=${{ env.PLATFORMS }}

- if: ${{ github.event_name == 'push' && github.ref_name == 'develop' }}
name: Push description to DockerHub
Expand Down

0 comments on commit cb2fac0

Please sign in to comment.