Skip to content

Commit

Permalink
No more matrix (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzejkop authored Dec 19, 2023
1 parent 8c00874 commit 113f8a8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [linux/amd64, linux/arm64]
steps:
- name: Check Out Repo
uses: actions/checkout@v4
Expand All @@ -40,7 +36,7 @@ jobs:
type=ref,event=branch
type=ref,event=tag
type=sha
type=raw,value=latest-${{ matrix.platform }}
type=raw,value=latest
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -56,6 +52,7 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: ${{ matrix.platform }}
annotations: ${{ steps.meta.outputs.annotations }}
platforms: linux/amd64,linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 113f8a8

Please sign in to comment.