mirror of
https://github.com/phishingclub/phishingclub.git
synced 2026-06-02 21:01:56 +02:00
disable ghcr for build builds
Signed-off-by: Ronni Skansing <rskansing@gmail.com>
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user