mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-26 08:13:09 -06:00
Sanity check image present after build
This commit is contained in:
parent
764602b22a
commit
a9675fe5c3
1
.github/workflows/cross-compiling-docker.yml
vendored
1
.github/workflows/cross-compiling-docker.yml
vendored
|
|
@ -35,6 +35,7 @@ jobs:
|
||||||
tags: "${{ env.DOCKER_TARGET }}/${{ env.BUILDER_IMAGE_NAME }}:latest"
|
tags: "${{ env.DOCKER_TARGET }}/${{ env.BUILDER_IMAGE_NAME }}:latest"
|
||||||
build-args: "GOARCH=${{ env.GOARCH }}"
|
build-args: "GOARCH=${{ env.GOARCH }}"
|
||||||
# - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
# - run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||||
|
- run: docker image inspect "${{ env.DOCKER_TARGET }}/${{ env.BUILDER_IMAGE_NAME }}:latest"
|
||||||
- name: build monolith
|
- name: build monolith
|
||||||
uses: docker/build-push-action@v2
|
uses: docker/build-push-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue