Remove condition for main image build step
Some checks failed
/ Monolith image (push) Failing after 2m50s
Some checks failed
/ Monolith image (push) Failing after 2m50s
This commit is contained in:
parent
0c22b9ea58
commit
48e3701b85
|
@ -34,7 +34,6 @@ jobs:
|
||||||
password: ${{ secrets.FORGEJO_TOKEN }}
|
password: ${{ secrets.FORGEJO_TOKEN }}
|
||||||
|
|
||||||
- name: Build main monolith image
|
- name: Build main monolith image
|
||||||
if: github.ref_name == 'main'
|
|
||||||
id: docker_build_monolith
|
id: docker_build_monolith
|
||||||
uses: docker/build-push-action@v3
|
uses: docker/build-push-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue