Disable debug

This commit is contained in:
cytopia
2022-03-25 14:12:05 +01:00
parent 853962c4e9
commit 38d4f0c222

View File

@@ -31,23 +31,23 @@ jobs:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }} dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }} dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}
debug: # debug:
needs: [params, configure] # needs: [params, configure]
name: Debug # name: Debug
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- name: "[DEBUG] Show params outputs" # - name: "[DEBUG] Show params outputs"
shell: bash # shell: bash
run: | # run: |
echo 'matrix=${{ needs.params.outputs.matrix }}' # echo 'matrix=${{ needs.params.outputs.matrix }}'
echo 'refs=${{ needs.params.outputs.refs }}' # echo 'refs=${{ needs.params.outputs.refs }}'
#
- name: "[DEBUG] Show configure outputs" # - name: "[DEBUG] Show configure outputs"
shell: bash # shell: bash
run: | # run: |
echo 'matrix_build=${{ needs.configure.outputs.matrix_build }}' # echo 'matrix_build=${{ needs.configure.outputs.matrix_build }}'
echo 'has_refs=${{ needs.configure.outputs.has_refs }}' # echo 'has_refs=${{ needs.configure.outputs.has_refs }}'
echo 'artifact_prefix=${{ needs.configure.outputs.artifact_prefix }}' # echo 'artifact_prefix=${{ needs.configure.outputs.artifact_prefix }}'
# (2/2) Build 'base' # (2/2) Build 'base'
base: base: