Skip to content

Commit 1fa43a6

Browse files
committed
Publish multi-arch images correctly
1 parent 0047f56 commit 1fa43a6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/.reusable-docker-publish.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ jobs:
4545
type=semver,pattern={{version}}
4646
type=semver,pattern={{major}}.{{minor}}
4747
48+
# Setup Docker buildx with Depot's builder so imagetools have access to Depot's cache
49+
- uses: docker/setup-buildx-action@v3
50+
- uses: depot/use-action@v1
51+
4852
- name: Publish Image
49-
uses: contiamo/retag-push@main
53+
uses: kphrx/docker-buildx-imagetools-action@v0.1.2
5054
with:
51-
source: ${{ inputs.source-images }}
52-
target: ${{ steps.meta.outputs.tags }}
55+
sources: ${{ inputs.source-images }}
56+
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)