We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c49aa commit 7e4084bCopy full SHA for 7e4084b
.github/workflows/gradle.yml
@@ -79,13 +79,10 @@ jobs:
79
- name: Validate moved artifacts
80
run: ls -lrt
81
working-directory: ${{ matrix.dir }}-downloaded-artifacts
82
-#
83
-# - name: Build Docker image
84
-# run: docker build -t ghcr.io/javatodev/${{ matrix.dir }} .
85
-# working-directory: ${{ matrix.dir }}
86
87
-# with:
88
-# name: ${{ matrix.dir }}-artifacts
+ - name: Build Docker image
+ run: docker build -t ghcr.io/javatodev/${{ matrix.dir }} .
+ working-directory: ${{ matrix.dir }}-downloaded-artifacts
89
#
90
91
# - name: Build Docker image
0 commit comments