Skip to content

Commit f2f6f58

Browse files
committed
fix build env image
1 parent 93011ef commit f2f6f58

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build-push-env-docker.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,6 @@ jobs:
7171
push: true
7272
tags: |
7373
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
8574
- name: Image digest
8675
run: echo ${{ steps.docker_build.outputs.digest }}
8776

0 commit comments

Comments
 (0)