mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-28 09:13:09 -06:00
Add latest tag, test at neilalexander/dendrite*
This commit is contained in:
parent
0a080dd2ec
commit
5e95cdcf90
13
.github/workflows/docker-build-and-push.yml
vendored
13
.github/workflows/docker-build-and-push.yml
vendored
|
|
@ -4,10 +4,11 @@ name: "Docker Multiarch Build & Push"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
release:
|
release:
|
||||||
types: [published]
|
# types: [published]
|
||||||
|
branches: [master]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DOCKER_HUB_USER: matrixdotorg
|
DOCKER_HUB_USER: neilalexander
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
BuildAndPush:
|
BuildAndPush:
|
||||||
|
|
@ -50,7 +51,9 @@ jobs:
|
||||||
file: ./build/docker/Dockerfile.monolith
|
file: ./build/docker/Dockerfile.monolith
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.DOCKER_HUB_USER }}/dendrite-monolith:${{ env.RELEASE_VERSION }}
|
tags: |
|
||||||
|
${{ env.DOCKER_HUB_USER }}/dendrite-monolith:latest
|
||||||
|
${{ env.DOCKER_HUB_USER }}/dendrite-monolith:${{ env.RELEASE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Build polylith image
|
name: Build polylith image
|
||||||
id: docker_build_polylith
|
id: docker_build_polylith
|
||||||
|
|
@ -60,7 +63,9 @@ jobs:
|
||||||
file: ./build/docker/Dockerfile.polylith
|
file: ./build/docker/Dockerfile.polylith
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ env.DOCKER_HUB_USER }}/dendrite-polylith:${{ env.RELEASE_VERSION }}
|
tags: |
|
||||||
|
${{ env.DOCKER_HUB_USER }}/dendrite-polylith:latest
|
||||||
|
${{ env.DOCKER_HUB_USER }}/dendrite-polylith:${{ env.RELEASE_VERSION }}
|
||||||
-
|
-
|
||||||
name: Image digest
|
name: Image digest
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue