diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index b23c982..7158b3c 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -164,23 +164,23 @@ jobs: echo "✅ Legacy package created without signature" fi - - name: Build and push test multi-arch Docker image - uses: docker/build-push-action@v5 - with: - context: . - file: ./Dockerfile.release - push: true - platforms: linux/amd64,linux/arm64 - tags: | - ghcr.io/${{ github.repository }}:test-latest - labels: | - org.opencontainers.image.title=PhishingClub-Test ${{ steps.get_version.outputs.VERSION }} - org.opencontainers.image.description=PhishingClub test build image (linux/amd64, linux/arm64). Not for production deployment. - org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }} - org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} - org.opencontainers.image.version=${{ steps.get_version.outputs.VERSION }} - org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} - org.opencontainers.image.revision=${{ github.sha }} + # - name: Build and push test multi-arch Docker image + # uses: docker/build-push-action@v5 + # with: + # context: . + # file: ./Dockerfile.release + # push: true + # platforms: linux/amd64,linux/arm64 + # tags: | + # ghcr.io/${{ github.repository }}:test-latest + # labels: | + # org.opencontainers.image.title=PhishingClub-Test ${{ steps.get_version.outputs.VERSION }} + # org.opencontainers.image.description=PhishingClub test build image (linux/amd64, linux/arm64). Not for production deployment. + # org.opencontainers.image.url=${{ github.server_url }}/${{ github.repository }} + # org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }} + # org.opencontainers.image.version=${{ steps.get_version.outputs.VERSION }} + # org.opencontainers.image.created=${{ github.event.head_commit.timestamp }} + # org.opencontainers.image.revision=${{ github.sha }} - name: Verify build artifacts run: |