Skip to content

Commit

Permalink
Use typod name (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomleb authored Feb 21, 2025
1 parent 64d0093 commit 2f7d696
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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 ' *)
docker buildx imagetools create -t ${{ env.REGISTRY }}/${{ env.REPO }}/remotedialier-proxy:${{ env.TAG_NAME }} \
$(printf '${{ env.REPO }}/remotedialier-proxy@sha256:%s ' *)

0 comments on commit 2f7d696

Please sign in to comment.