This is an automated email from the ASF dual-hosted git repository.
wangdan pushed a commit to branch fix-github-ubuntu-2004-runner-removed
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git
The following commit(s) were added to
refs/heads/fix-github-ubuntu-2004-runner-removed by this push:
new f2f6f58b4 fix build env image
f2f6f58b4 is described below
commit f2f6f58b4376c525511792b48f6878d308b0fc97
Author: Dan Wang <[email protected]>
AuthorDate: Thu Apr 24 19:33:41 2025 +0800
fix build env image
---
.github/workflows/build-push-env-docker.yml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/.github/workflows/build-push-env-docker.yml
b/.github/workflows/build-push-env-docker.yml
index 3ff8d3f8e..e2284e584 100644
--- a/.github/workflows/build-push-env-docker.yml
+++ b/.github/workflows/build-push-env-docker.yml
@@ -71,17 +71,6 @@ jobs:
push: true
tags: |
apache/pegasus:build-env-${{ matrix.dockertag }}-${{
github.ref_name }}
- - name: Build and push for Go
- uses: docker/build-push-action@v6
- with:
- platforms: linux/amd64
- context: .
- file: ./docker/pegasus-build-env/ubuntu2204/Dockerfile
- push: true
- tags: |
- apache/pegasus:build-env-ubuntu2204-${{ github.ref_name }}-go
- build-args: |
- THRIFT_VERSION=0.13.0
- name: Image digest
run: echo ${{ steps.docker_build.outputs.digest }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]