We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c493dd6 commit 0b63f08Copy full SHA for 0b63f08
.github/workflows/backend-ee-release.yml
@@ -61,6 +61,21 @@ jobs:
61
COMMIT_SHA=${{ github.sha }}
62
VERSION=${{ steps.meta.outputs.version }}
63
64
+
65
+ - uses: depot/build-push-action@v1
66
+ with:
67
+ project: kcld4zgwzx
68
+ context: .
69
+ file: ./Dockerfile_backend_ee
70
+ push: true
71
+ platforms: linux/amd64,linux/arm64
72
+ tags: ${{ steps.docker-meta.outputs.tags }}
73
+ labels: ${{ steps.docker-meta.outputs.labels }}
74
+ build-args: |
75
+ COMMIT_SHA=${{ github.sha }}
76
+ VERSION=${{ steps.meta.outputs.version }}
77
78
79
create-release:
80
needs: [build-and-push]
81
runs-on: ubuntu-latest
0 commit comments