diff --git a/.github/workflows/spectro-release.yaml b/.github/workflows/spectro-release.yaml index b14a926..63070a0 100644 --- a/.github/workflows/spectro-release.yaml +++ b/.github/workflows/spectro-release.yaml @@ -64,8 +64,8 @@ jobs: FIPS_ENABLE: yes REGISTRY: ${{ env.FIPS_REGISTRY }} run: | - make docker-build - make docker-push + make docker-build-all + make docker-push-all - name: Create Release if: ${{ github.event.inputs.rel_type == 'release' }}