mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-08 18:16:59 +00:00
Fix Docker flow
This commit is contained in:
parent
31a3c12682
commit
398aae112c
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user