diff options
author | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-12-18 11:47:53 +0100 |
---|---|---|
committer | Till Faelligen <2353100+S7evinK@users.noreply.github.com> | 2024-12-18 11:47:53 +0100 |
commit | bddbdbe409eee422fbf159e4ad9d00e3867fac92 (patch) | |
tree | 6c406b1341789deddb831aef2fb4ed9ec0499d6b /.github | |
parent | 0b22d3252a384f9a1f9912895b5e539460b650d3 (diff) |
Remove push
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docker.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 544447bd..6c07ff65 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -59,7 +59,6 @@ jobs: cache-to: type=registry,ref=ghcr.io/${{ env.GHCR_NAMESPACE }}/dendrite:buildcache,mode=max context: . platforms: ${{ env.PLATFORMS }} - push: true - name: Build main monolith image if: github.ref_name == 'main' |