Skip to content

Commit

Permalink
Add ID to action (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjreed121 authored Nov 14, 2023
1 parent caa7f0f commit 75f511b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
run: |
echo ${{ steps.set-matrix.outputs.matrix }}
- name: Set Run Condition
id: set-run-docker-jobs
run: |
num_to_build=$(echo '${{ steps.set-matrix.outputs.matrix }}' | jq '.include | length')
if [[ "$num_to_build" -eq 0 ]]; then
Expand Down

0 comments on commit 75f511b

Please sign in to comment.