Skip to content

Commit

Permalink
Merge pull request #4 from docker/secrets-names
Browse files Browse the repository at this point in the history
ci: update hub creds secret names
  • Loading branch information
jedevc authored Nov 23, 2022
2 parents 460ae1a + 2ee9c93 commit 9a08474
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
username: ${{ secrets.DOCKERBUILDBOT_USERNAME }}
password: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
-
name: Build
uses: docker/bake-action@v2
Expand All @@ -62,5 +62,4 @@ jobs:
./docker-bake.hcl
${{ steps.meta.outputs.bake-file }}
targets: image
# TODO: enable push when hup repo created
#push: ${{ github.event_name != 'pull_request' }}
push: ${{ github.event_name != 'pull_request' }}

0 comments on commit 9a08474

Please sign in to comment.