Skip to content

Commit

Permalink
add help info
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed May 23, 2024
1 parent d80fd48 commit 4cf91b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,10 @@ jobs:
- name: Build image
working-directory: ${{ env.DEV_DRIVE }}/work
run: |
Write-Output "::group::Docker build --help"
docker build --help
Write-Output "::endgroup::"
Write-Output "::group::Docker build"
docker build -t alloy-test:latest -f Dockerfile.windows .
Write-Output "::endgroup::"

0 comments on commit 4cf91b1

Please sign in to comment.