0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 10:28:24 +02:00

Fix Docker flow

This commit is contained in:
Neil Alexander 2022-03-24 16:22:39 +00:00
parent 31a3c12682
commit 398aae112c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -62,7 +62,7 @@ jobs:
- name: Build release monolith image
if: github.event_name == 'release' # Only for GitHub releases
id: docker_build_monolith
id: docker_build_monolith_release
uses: docker/build-push-action@v2
with:
cache-from: type=gha
@ -121,7 +121,7 @@ jobs:
- name: Build release polylith image
if: github.event_name == 'release' # Only for GitHub releases
id: docker_build_polylith
id: docker_build_polylith_release
uses: docker/build-push-action@v2
with:
cache-from: type=gha