Skip to content

Commit 87a1f03

Browse files
authored
fix:setting correct address on index (#848)
1 parent e4a024d commit 87a1f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-buildpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
with:
144144
id: ${{ github.repository }}
145145
version: ${{ steps.event.outputs.tag_full }}
146-
address: ${{ steps.push.outputs.image }}@${{ steps.push.outputs.digest }}
146+
address: index.docker.io/${{ steps.push.outputs.image }}@${{ steps.push.outputs.digest }}
147147
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
148148

149149
failure:

0 commit comments

Comments
 (0)