Skip to content

Commit

Permalink
Fixed docker-publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bsrinivas8687 committed Mar 14, 2023
1 parent 635605b commit a88d763
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
name: Build
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
platforms:
- linux/amd64
- linux/arm64

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -46,6 +39,6 @@ jobs:
with:
context: .
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platforms }}
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit a88d763

Please sign in to comment.