Skip to content

Commit

Permalink
remove strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelnikolov committed Jul 25, 2024
1 parent 19dd457 commit bec8b2d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
build-and-push-image:
runs-on: ubuntu-latest

strategy:
matrix:
platforms: [linux/amd64, linux/arm64/v8]

permissions:
contents: read
packages: write
Expand Down Expand Up @@ -57,7 +53,6 @@ jobs:
context: .
push: true
file: client.Dockerfile
platforms: ${{ matrix.platforms }}
tags: ${{ steps.meta_client.outputs.tags }}
labels: ${{ steps.meta_client.outputs.labels }}

Expand All @@ -68,7 +63,6 @@ jobs:
context: .
push: true
file: server.Dockerfile
platforms: ${{ matrix.platforms }}
tags: ${{ steps.meta_server.outputs.tags }}
labels: ${{ steps.meta_server.outputs.labels }}

Expand Down

0 comments on commit bec8b2d

Please sign in to comment.