This is an automated email from the ASF dual-hosted git repository.
espino pushed a commit to branch container-test-build-publish
in repository https://gitbox.apache.org/repos/asf/cloudberry-devops-release.git
The following commit(s) were added to refs/heads/container-test-build-publish
by this push:
new 6f724cd delete
6f724cd is described below
commit 6f724cd0a195b8fe9279cfd658fef1c95ab14f58
Author: Ed Espino <[email protected]>
AuthorDate: Thu Nov 14 19:22:03 2024 -0800
delete
---
.github/workflows/test-docker-publish.yml | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/.github/workflows/test-docker-publish.yml
b/.github/workflows/test-docker-publish.yml
deleted file mode 100644
index 0261ab1..0000000
--- a/.github/workflows/test-docker-publish.yml
+++ /dev/null
@@ -1,29 +0,0 @@
-name: Test Build & Publish Docker Image
-
-on:
- push:
- branches:
- - container-test-build-publish
- workflow_dispatch: # Manual trigger
-
-jobs:
- build-and-publish:
- runs-on: ubuntu-latest
-
- steps:
- - name: Checkout code
- uses: actions/checkout@v3
-
- - name: Login to Docker Hub
- uses: docker/login-action@v3
- with:
- username: ${{ secrets.DOCKERHUB_USER }}
- password: ${{ secrets.DOCKERHUB_TOKEN }}
-
- - name: Build - Build the base image
- uses: docker/build-push-action@v3
- with:
- context: test
- tags: apache/incubator-cloudberry:cbdb-test-alpine
- platforms: linux/amd64
- push: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]