Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitiwat-owen committed Nov 9, 2023
1 parent 3715131 commit 92e122a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
run: yarn test
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
plaform:
- linux/amd64
- linux/arm/v8
needs:
- test
permissions:
Expand Down Expand Up @@ -114,7 +120,8 @@ jobs:
with:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}, latest
platform: ${{ matrix.platform }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.meta.outputs.tags }}, ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down

0 comments on commit 92e122a

Please sign in to comment.