Skip to content

Commit 113f8a8

Browse files
authored
No more matrix (#55)
1 parent 8c00874 commit 113f8a8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release_docker.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ env:
1616
jobs:
1717
build-and-push:
1818
runs-on: ubuntu-latest
19-
strategy:
20-
fail-fast: false
21-
matrix:
22-
platform: [linux/amd64, linux/arm64]
2319
steps:
2420
- name: Check Out Repo
2521
uses: actions/checkout@v4
@@ -40,7 +36,7 @@ jobs:
4036
type=ref,event=branch
4137
type=ref,event=tag
4238
type=sha
43-
type=raw,value=latest-${{ matrix.platform }}
39+
type=raw,value=latest
4440
4541
- name: Set up QEMU
4642
uses: docker/setup-qemu-action@v3
@@ -56,6 +52,7 @@ jobs:
5652
push: true
5753
tags: ${{ steps.meta.outputs.tags }}
5854
labels: ${{ steps.meta.outputs.labels }}
59-
platforms: ${{ matrix.platform }}
55+
annotations: ${{ steps.meta.outputs.annotations }}
56+
platforms: linux/amd64,linux/arm64
6057
cache-from: type=gha
6158
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)