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 77a328f commit a3a4852
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max

- run: pwd && bash ./test.sh ${{ env.IMAGE_NAME }}/${{ steps.meta.outputs.tags }}
# - 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: set tags
Expand Down

0 comments on commit a3a4852

Please sign in to comment.