From f6545dc2ccaa0339f801231981a7fbd0c14abb09 Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Sun, 26 Oct 2025 10:45:35 +0100 Subject: [PATCH] add build Signed-off-by: Ronni Skansing --- .github/workflows/test-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 9551c8b..add79dd 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -116,11 +116,12 @@ jobs: context: . file: ./Dockerfile.release push: true + platforms: linux/amd64 tags: | - ghcr.io/${{ github.repository }}:test-${{ steps.get_version.outputs.HASH }} ghcr.io/${{ github.repository }}:test-latest labels: | - org.opencontainers.image.title=PhishingClub-Test + org.opencontainers.image.title=PhishingClub-Test ${{ steps.get_version.outputs.VERSION }} + org.opencontainers.image.description=PhishingClub test build image (linux/amd64). 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 }}