Skip to content

Commit f986183

Browse files
committed
disabling docker build in ci
1 parent c45780b commit f986183

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.github/workflows/ci.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -65,22 +65,22 @@ jobs:
6565
flink-sql/build/libs/*.jar
6666
retention-days: 5
6767

68-
docker:
69-
name: 🐳 Docker Build Test
70-
needs: build
71-
runs-on: ubuntu-latest
72-
steps:
73-
- name: 📥 Checkout code
74-
uses: actions/checkout@v4
75-
76-
- name: 🐳 Set up Docker Buildx
77-
uses: docker/setup-buildx-action@v3
78-
79-
- name: 🏗️ Build Docker image
80-
uses: docker/build-push-action@v5
81-
with:
82-
context: .
83-
push: false
84-
tags: flink-for-java-workshop:test
85-
cache-from: type=gha
86-
cache-to: type=gha,mode=max
68+
# docker:
69+
# name: 🐳 Docker Build Test
70+
# needs: build
71+
# runs-on: ubuntu-latest
72+
# steps:
73+
# - name: 📥 Checkout code
74+
# uses: actions/checkout@v4
75+
#
76+
# - name: 🐳 Set up Docker Buildx
77+
# uses: docker/setup-buildx-action@v3
78+
#
79+
# - name: 🏗️ Build Docker image
80+
# uses: docker/build-push-action@v5
81+
# with:
82+
# context: .
83+
# push: false
84+
# tags: flink-for-java-workshop:test
85+
# cache-from: type=gha
86+
# cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)