Skip to content

Commit

Permalink
examine docker build
Browse files Browse the repository at this point in the history
Signed-off-by: jiaxiao zhou <[email protected]>
  • Loading branch information
Mossaka committed Feb 5, 2024
1 parent 67f1a3a commit adbec52
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,12 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: examine docker buildx
run: docker buildx ls

- name: test
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
if: ${{ inputs.test }}
with:
context: ${{ matrix.image.context }}
Expand Down

0 comments on commit adbec52

Please sign in to comment.