Skip to content

Commit 63491cb

Browse files
Add tags to code sample
1 parent e6d3421 commit 63491cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/build/ci/github-actions/multi-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
platforms: ${{ matrix.platform }}
177177
labels: ${{ steps.meta.outputs.labels }}
178-
outputs: type=image,"name=${{ env.DOCKERHUB_REPO }},${{ env.GHCR_REPO }}",push-by-digest=true,name-canonical=true,push=true
178+
outputs: type=image,"name=${{ env.DOCKERHUB_REPO }}:latest,${{ env.GHCR_REPO }}:latest",push-by-digest=true,name-canonical=true,push=true
179179
180180
- name: Export digest
181181
run: |

0 commit comments

Comments
 (0)