Skip to content

Commit

Permalink
Update scribe-docker-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lavishiamops authored Nov 18, 2024
1 parent bdd96ca commit 2ffaf2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/scribe-docker-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,9 @@ jobs:
${{ matrix.build_preset }} \
"release" \
--build_context_ref "${{ github.ref_name }}-${{ inputs.release_index }}" \
--platform ${{ matrix.platform }}
--platform ${{ matrix.platform }}
- name: List Docker Images
run: |
echo "Listing all available Docker images:"
docker images

0 comments on commit 2ffaf2a

Please sign in to comment.