Skip to content

Commit

Permalink
actions: deploy: Add docker envs for API login
Browse files Browse the repository at this point in the history
  • Loading branch information
JoaoMario109 committed Jul 2, 2024
1 parent f385aa9 commit f5dc026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
poetry install
poetry run blueos_repository/consolidate.py
mv manifest.json build/
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}

- name: Build website
run: |
Expand Down

0 comments on commit f5dc026

Please sign in to comment.