Skip to content

Commit

Permalink
chore: fixed docker build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elraro committed Dec 28, 2023
1 parent 311eee9 commit 8aa3396
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ jobs:
"BUILD_FROM=${{ matrix.build_from }}"
"PKG_TARGET=${{ matrix.pkg_target }}"
"PKG_OPTIONS=${{ matrix.pkg_options }}"
- name: Test
shell: '/bin/bash {0}'
run: |
docker run --rm ${{ env.REGISTRY }}/congatudo/congatudo:${{ matrix.image_name }}-${{ needs.info.outputs.version }}
ret=$?
if [ $ret -eq 1 ]; then
exit 0
else
exit $ret
fi
- name: Push
run: |
docker push ${{ env.REGISTRY }}/congatudo/congatudo:${{ matrix.image_name }}-${{ needs.info.outputs.version }}
Expand Down

0 comments on commit 8aa3396

Please sign in to comment.