Skip to content

Commit

Permalink
Update github action scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
beef9999 committed Oct 20, 2024
1 parent 6751c1b commit aec087b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ut-image-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.OWNER_LC }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.REGISTRY }}/${{ env.OWNER_LC }}/${{ env.IMAGE_NAME}}:latest
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
2 changes: 1 addition & 1 deletion .github/workflows/ut-image-fstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
tags: |
${{ env.REGISTRY }}/${{ env.OWNER_LC }}/${{ env.IMAGE_NAME }}:${{ github.sha }}
${{ env.REGISTRY }}/${{ env.OWNER_LC }}/${{ env.IMAGE_NAME}}:latest
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

0 comments on commit aec087b

Please sign in to comment.