From 2f7d6966890675018a2d709dcc5e3700393a2719 Mon Sep 17 00:00:00 2001 From: Tom Lebreux Date: Fri, 21 Feb 2025 10:00:39 -0500 Subject: [PATCH] Use typod name (#111) --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7168c9..e577e23 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -77,7 +77,7 @@ jobs: context: . file: ./Dockerfile.proxy platforms: "linux/${{ matrix.arch }}" - outputs: type=image,name=${{ env.REPO }}/remotedialer-proxy,push-by-digest=true,name-canonical=true,push=true + outputs: type=image,name=${{ env.REPO }}/remotedialier-proxy,push-by-digest=true,name-canonical=true,push=true - name: Export digest run: | @@ -135,5 +135,5 @@ jobs: - name: Create manifest list and push working-directory: /tmp/digests run: | - docker buildx imagetools create -t ${{ env.REGISTRY }}/${{ env.REPO }}/remotedialer-proxy:${{ env.TAG_NAME }} \ - $(printf '${{ env.REPO }}/remotedialer-proxy@sha256:%s ' *) \ No newline at end of file + docker buildx imagetools create -t ${{ env.REGISTRY }}/${{ env.REPO }}/remotedialier-proxy:${{ env.TAG_NAME }} \ + $(printf '${{ env.REPO }}/remotedialier-proxy@sha256:%s ' *)