Skip to content

Commit 76c8124

Browse files
committed
ci: Add latest tag
1 parent 8cb7959 commit 76c8124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_relay.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ jobs:
138138
working-directory: ${{ runner.temp }}/digests
139139
run: |
140140
docker buildx imagetools create $(jq -cr '.tags | map("-t " + .) | join(" ")' <<< "$DOCKER_METADATA_OUTPUT_JSON") \
141-
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *) --tag ${{ env.REGISTRY_IMAGE }}:${{ needs.extract_version.outputs.version }}
141+
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *) --tag ${{ env.REGISTRY_IMAGE }}:${{ needs.extract_version.outputs.version }} --tag ${{ env.REGISTRY_IMAGE }}:latest

0 commit comments

Comments
 (0)