Skip to content

Commit

Permalink
fix: add the env to the github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerenzella committed Jun 1, 2021
1 parent dc435d0 commit 9361c60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'development'
jobs:
docker:
environment: deployment-secrets
runs-on: ubuntu-latest
steps:
-
Expand All @@ -18,7 +19,7 @@ jobs:
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
-
name: Build and push
id: docker_build
Expand Down

0 comments on commit 9361c60

Please sign in to comment.