Put P2P Demos back into their own Dockerfiles

This commit is contained in:
Neil Alexander 2022-11-03 13:57:44 +00:00
parent 9625a79926
commit fb2e7d1b05
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 66 additions and 40 deletions

View file

@ -24,7 +24,7 @@ jobs:
permissions:
contents: read
packages: write
security-events: write # To upload Trivy sarif files
security-events: write # To upload Trivy sarif files
steps:
- name: Checkout
uses: actions/checkout@v3
@ -104,7 +104,7 @@ jobs:
permissions:
contents: read
packages: write
security-events: write # To upload Trivy sarif files
security-events: write # To upload Trivy sarif files
steps:
- name: Checkout
uses: actions/checkout@v3
@ -220,7 +220,7 @@ jobs:
cache-to: type=gha,mode=max
context: .
build-args: FLAGS=-X github.com/matrix-org/dendrite/internal.branch=${{ env.BRANCH }} -X github.com/matrix-org/dendrite/internal.build=${{ env.BUILD }}
target: demo-pinecone
file: ./build/docker/Dockerfile.demo-pinecone
platforms: ${{ env.PLATFORMS }}
push: true
tags: |
@ -236,7 +236,7 @@ jobs:
cache-to: type=gha,mode=max
context: .
build-args: FLAGS=-X github.com/matrix-org/dendrite/internal.branch=${{ env.BRANCH }} -X github.com/matrix-org/dendrite/internal.build=${{ env.BUILD }}
target: demo-pinecone
file: ./build/docker/Dockerfile.demo-pinecone
platforms: ${{ env.PLATFORMS }}
push: true
tags: |
@ -287,7 +287,7 @@ jobs:
cache-to: type=gha,mode=max
context: .
build-args: FLAGS=-X github.com/matrix-org/dendrite/internal.branch=${{ env.BRANCH }} -X github.com/matrix-org/dendrite/internal.build=${{ env.BUILD }}
target: demo-yggdrasil
file: ./build/docker/Dockerfile.demo-yggdrasil
platforms: ${{ env.PLATFORMS }}
push: true
tags: |
@ -303,7 +303,7 @@ jobs:
cache-to: type=gha,mode=max
context: .
build-args: FLAGS=-X github.com/matrix-org/dendrite/internal.branch=${{ env.BRANCH }} -X github.com/matrix-org/dendrite/internal.build=${{ env.BUILD }}
target: demo-yggdrasil
file: ./build/docker/Dockerfile.demo-yggdrasil
platforms: ${{ env.PLATFORMS }}
push: true
tags: |