Skip to content

Commit 5ae554c

Browse files
authored
Merge pull request #648 from vvoland/gha-binimg-fixrepo
gha: Fix registry repo
2 parents 77a946e + decfffb commit 5ae554c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bin-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
target: bin-image
3232
push: ${{ github.event_name != 'pull_request' && github.repository == 'moby/vpnkit' }}
3333
cache: false # See: https://github.com/moby/vpnkit/pull/647/files/3d4f258e7514b9cc878639f724cbb0caffa8fd98#r2032880337
34-
meta-image: moby/vpnkit
34+
meta-image: moby/vpnkit-bin
3535
meta-tags: |
3636
type=semver,pattern={{version}}
3737
type=ref,event=branch

0 commit comments

Comments
 (0)