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 0b63f08 commit 1d2bce1Copy full SHA for 1d2bce1
.github/workflows/backend-ee-release.yml
@@ -47,20 +47,6 @@ jobs:
47
type=raw,value=${{ steps.meta.outputs.version }}
48
type=ref,event=tag
49
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
64
65
- uses: depot/build-push-action@v1
66
with:
0 commit comments