Skip to content

Commit 4c818bb

Browse files
committed
Github action
1 parent 29ef20d commit 4c818bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-to-dockerhub.yml

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
context: ./apache
3535
platforms: linux/386,linux/amd64,linux/arm/v7,linux/s390x
36+
push: true
3637
tags: |
3738
espocrm/espocrm:latest
3839
espocrm/espocrm:${{ steps.get_version.outputs.version }}
@@ -48,6 +49,7 @@ jobs:
4849
with:
4950
context: ./fpm
5051
platforms: linux/386,linux/amd64,linux/arm/v7,linux/s390x
52+
push: true
5153
tags: |
5254
espocrm/espocrm:fpm
5355
espocrm/espocrm:${{ steps.get_version.outputs.version }}-fpm
@@ -59,6 +61,7 @@ jobs:
5961
with:
6062
context: ./fpm-alpine
6163
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
64+
push: true
6265
tags: |
6366
espocrm/espocrm:fpm-alpine
6467
espocrm/espocrm:${{ steps.get_version.outputs.version }}-fpm-alpine

0 commit comments

Comments
 (0)