disable ghcr for build builds

Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
Ronni Skansing
2026-04-02 13:28:34 +02:00
parent 162ca95e44
commit 8d007fa38d
+17 -17
View File
@@ -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: |