Skip to content

Commit

Permalink
test with Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Wang committed Oct 3, 2024
1 parent 2653289 commit 9c8a219
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- run: pwd && find . && bash ./test.sh ${{ env.IMAGE_NAME }}/${{ steps.meta.outputs.tags }}
name: check the platform in multi-arch images
- name: check the platform in multi-arch images
run: |
echo ${{ steps.meta.outputs.tags }}
bash ./test.sh ${{ steps.meta.outputs.tags }}
- name: set tags
run: |
Expand Down

0 comments on commit 9c8a219

Please sign in to comment.