Skip to content

Commit 7e4084b

Browse files
build docker image
1 parent 58c49aa commit 7e4084b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/gradle.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,10 @@ jobs:
7979
- name: Validate moved artifacts
8080
run: ls -lrt
8181
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 }}
8682

87-
# with:
88-
# name: ${{ matrix.dir }}-artifacts
83+
- name: Build Docker image
84+
run: docker build -t ghcr.io/javatodev/${{ matrix.dir }} .
85+
working-directory: ${{ matrix.dir }}-downloaded-artifacts
8986
#
9087
#
9188
# - name: Build Docker image

0 commit comments

Comments
 (0)