aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-11-03 13:57:44 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-11-03 13:57:44 +0000
commitfb2e7d1b058c12188d2fa0eb31d1bccbaa0354b6 (patch)
tree19741f64833fe3cb95339d919a9250e4df22abad /.github/workflows
parent9625a79926878c326f0553c576bec768e13b5e6a (diff)
Put P2P Demos back into their own Dockerfiles
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docker.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 789f6c44..f0500ccc 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -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: |