Skip to content

Commit 8aa3396

Browse files
committed
chore: fixed docker build workflow
1 parent 311eee9 commit 8aa3396

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/docker.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,16 +71,6 @@ jobs:
7171
"BUILD_FROM=${{ matrix.build_from }}"
7272
"PKG_TARGET=${{ matrix.pkg_target }}"
7373
"PKG_OPTIONS=${{ matrix.pkg_options }}"
74-
- name: Test
75-
shell: '/bin/bash {0}'
76-
run: |
77-
docker run --rm ${{ env.REGISTRY }}/congatudo/congatudo:${{ matrix.image_name }}-${{ needs.info.outputs.version }}
78-
ret=$?
79-
if [ $ret -eq 1 ]; then
80-
exit 0
81-
else
82-
exit $ret
83-
fi
8474
- name: Push
8575
run: |
8676
docker push ${{ env.REGISTRY }}/congatudo/congatudo:${{ matrix.image_name }}-${{ needs.info.outputs.version }}

0 commit comments

Comments
 (0)