Skip to content

Commit e6d928c

Browse files
authored
Some updates for actions on main branch. (#9775)
* Add Windows dockerfile in the Dockerfile change action. * Update Bitnami MinIO Dockerfile directory. Signed-off-by: Xun Jiang <xun.jiang@broadcom.com>
1 parent 360095a commit e6d928c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e-test-kind.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
echo "Building MinIO image from Bitnami Dockerfile..."
7373
git clone --depth 1 https://github.com/bitnami/containers.git /tmp/bitnami-containers
74-
cd /tmp/bitnami-containers/bitnami/minio/2025/debian-12
74+
cd /tmp/bitnami-containers/bitnami/minio/2026/debian-12
7575
docker build -t bitnami/minio:local .
7676
docker save bitnami/minio:local > ${{ github.workspace }}/minio-image.tar
7777
# Create json of k8s versions to test

.github/workflows/pr-containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- 'release-**'
88
paths:
99
- 'Dockerfile'
10+
- 'Dockerfile-Windows'
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)