We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c00874 commit 113f8a8Copy full SHA for 113f8a8
.github/workflows/release_docker.yml
@@ -16,10 +16,6 @@ env:
16
jobs:
17
build-and-push:
18
runs-on: ubuntu-latest
19
- strategy:
20
- fail-fast: false
21
- matrix:
22
- platform: [linux/amd64, linux/arm64]
23
steps:
24
- name: Check Out Repo
25
uses: actions/checkout@v4
@@ -40,7 +36,7 @@ jobs:
40
36
type=ref,event=branch
41
37
type=ref,event=tag
42
38
type=sha
43
- type=raw,value=latest-${{ matrix.platform }}
39
+ type=raw,value=latest
44
45
- name: Set up QEMU
46
uses: docker/setup-qemu-action@v3
@@ -56,6 +52,7 @@ jobs:
56
52
push: true
57
53
tags: ${{ steps.meta.outputs.tags }}
58
54
labels: ${{ steps.meta.outputs.labels }}
59
- platforms: ${{ matrix.platform }}
55
+ annotations: ${{ steps.meta.outputs.annotations }}
+ platforms: linux/amd64,linux/arm64
60
cache-from: type=gha
61
cache-to: type=gha,mode=max
0 commit comments