Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi committed Jan 11, 2024
1 parent 60c2afd commit af8b9de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ runs:
using: "composite"
steps:
- name: Print platforms
shell: bash
run: echo ${{ inputs.platforms }}
run: echo "here" && echo ${{ inputs.platforms }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit af8b9de

Please sign in to comment.