Skip to content

Commit

Permalink
Update deploy-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Aug 1, 2023
1 parent c3409fc commit fcd214f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
name: Build ${{ matrix.platform }} docker image
runs-on: ubuntu-latest

strategy:
matrix:
platform: [linux/amd64, linux/arm64/v8] # linux/arm/v6, linux/arm/v7,

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -48,10 +44,10 @@ jobs:
type=sha
- name: Build and push Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
with:
builder: ${{ steps.buildx.outputs.name }}
platforms: ${{ matrix.platform }}
platforms: linux/amd64,linux/arm64/v8
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit fcd214f

Please sign in to comment.