Skip to content

Commit

Permalink
Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn committed Oct 15, 2021
1 parent 29ef20d commit 4c818bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
with:
context: ./apache
platforms: linux/386,linux/amd64,linux/arm/v7,linux/s390x
push: true
tags: |
espocrm/espocrm:latest
espocrm/espocrm:${{ steps.get_version.outputs.version }}
Expand All @@ -48,6 +49,7 @@ jobs:
with:
context: ./fpm
platforms: linux/386,linux/amd64,linux/arm/v7,linux/s390x
push: true
tags: |
espocrm/espocrm:fpm
espocrm/espocrm:${{ steps.get_version.outputs.version }}-fpm
Expand All @@ -59,6 +61,7 @@ jobs:
with:
context: ./fpm-alpine
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
push: true
tags: |
espocrm/espocrm:fpm-alpine
espocrm/espocrm:${{ steps.get_version.outputs.version }}-fpm-alpine
Expand Down

0 comments on commit 4c818bb

Please sign in to comment.