File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments