Skip to content

Commit 0b63f08

Browse files
authored
Update backend-ee-release.yml
1 parent c493dd6 commit 0b63f08

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/backend-ee-release.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,21 @@ jobs:
6161
COMMIT_SHA=${{ github.sha }}
6262
VERSION=${{ steps.meta.outputs.version }}
6363
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+
6479
create-release:
6580
needs: [build-and-push]
6681
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)