We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 311eee9 commit 8aa3396Copy full SHA for 8aa3396
1 file changed
.github/workflows/docker.yml
@@ -71,16 +71,6 @@ jobs:
71
"BUILD_FROM=${{ matrix.build_from }}"
72
"PKG_TARGET=${{ matrix.pkg_target }}"
73
"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
84
- name: Push
85
run: |
86
docker push ${{ env.REGISTRY }}/congatudo/congatudo:${{ matrix.image_name }}-${{ needs.info.outputs.version }}
0 commit comments