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 8f17365 commit 60c2afd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/docker-build-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ outputs:
runs:
using: "composite"
steps:
- name: Print platforms
shell: bash
run: echo ${{ inputs.platforms }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down

0 comments on commit 60c2afd

Please sign in to comment.