Skip to content

Commit

Permalink
fix yaml error
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 committed Feb 3, 2021
1 parent 417370a commit 0be1a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-buildpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ jobs:
with:
id: ${{ github.repository }}
version: ${{ steps.event.outputs.tag }}
address: {{ steps.push.outputs.image }}@{{ steps.push.outputs.digest }}
address: ${{ steps.push.outputs.image }}@${{ steps.push.outputs.digest }}
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

0 comments on commit 0be1a26

Please sign in to comment.