We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93011ef commit f2f6f58Copy full SHA for f2f6f58
1 file changed
.github/workflows/build-push-env-docker.yml
@@ -71,17 +71,6 @@ jobs:
71
push: true
72
tags: |
73
apache/pegasus:build-env-${{ matrix.dockertag }}-${{ github.ref_name }}
74
- - name: Build and push for Go
75
- uses: docker/build-push-action@v6
76
- with:
77
- platforms: linux/amd64
78
- context: .
79
- file: ./docker/pegasus-build-env/ubuntu2204/Dockerfile
80
- push: true
81
- tags: |
82
- apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
83
- build-args: |
84
- THRIFT_VERSION=0.13.0
85
- name: Image digest
86
run: echo ${{ steps.docker_build.outputs.digest }}
87
0 commit comments