Skip to content

Commit

Permalink
fix: adding back id on push to dockerhub action (#965)
Browse files Browse the repository at this point in the history
Co-authored-by: Sophie Wigmore <[email protected]>
  • Loading branch information
pacostas and Sophie Wigmore authored Jul 10, 2024
1 parent ed11d20 commit 95c41f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions implementation/.github/workflows/push-buildpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- name: Push to DockerHub
if: ${{ steps.parse_configs.outputs.push_to_dockerhub == 'true' }}
id: push
env:
DOCKERHUB_USERNAME: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.PAKETO_BUILDPACKS_DOCKERHUB_PASSWORD }}
Expand Down

0 comments on commit 95c41f3

Please sign in to comment.