Skip to content

Commit

Permalink
fix(ct): skip building and pushing the base image for v6.0 and v6.1, …
Browse files Browse the repository at this point in the history
…which is compatible with the v6.2 image
  • Loading branch information
poikilotherm committed Apr 10, 2024
1 parent cb2fac0 commit afa51c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/container_base_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ 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
# Do not build for v6.0 and v6.1. We can simply reuse the one from v6.2.
if: ${{ matrix.branch != 'v6.0' && matrix.branch != 'v6.1' }}
run: mvn -f modules/container-base -Pct deploy -Ddocker.skip.push -Ddocker.platforms=${{ env.PLATFORMS }}

- if: ${{ github.event_name == 'push' && github.ref_name == 'develop' }}
Expand Down

0 comments on commit afa51c7

Please sign in to comment.