We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a024d commit 87a1f03Copy full SHA for 87a1f03
.github/workflows/push-buildpackage.yml
@@ -143,7 +143,7 @@ jobs:
143
with:
144
id: ${{ github.repository }}
145
version: ${{ steps.event.outputs.tag_full }}
146
- address: ${{ steps.push.outputs.image }}@${{ steps.push.outputs.digest }}
+ address: index.docker.io/${{ steps.push.outputs.image }}@${{ steps.push.outputs.digest }}
147
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
148
149
failure:
0 commit comments