Skip to content

Commit

Permalink
Add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Joan Porta committed Sep 5, 2023
1 parent dbd45b6 commit ed81b82
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-push-container-img.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ jobs:
build-push:
uses: jportasa/ci-reusable-library/.github/workflows/ci.yaml@master
with:
image: production,staging
image: jportacloud/golang-equisens-bitly
environment: development
secrets:
dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit ed81b82

Please sign in to comment.