Skip to content

Commit 1d2bce1

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

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

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

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,20 +47,6 @@ jobs:
4747
type=raw,value=${{ steps.meta.outputs.version }}
4848
type=ref,event=tag
4949
type=raw,value=latest
50-
51-
- name: Build and push Docker image
52-
uses: docker/build-push-action@v5
53-
with:
54-
context: .
55-
file: ./Dockerfile_backend_ee
56-
push: true
57-
platforms: linux/amd64,linux/arm64
58-
tags: ${{ steps.docker-meta.outputs.tags }}
59-
labels: ${{ steps.docker-meta.outputs.labels }}
60-
build-args: |
61-
COMMIT_SHA=${{ github.sha }}
62-
VERSION=${{ steps.meta.outputs.version }}
63-
6450
6551
- uses: depot/build-push-action@v1
6652
with:

0 commit comments

Comments
 (0)