Skip to content

Commit

Permalink
Update devContainer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mniedermaier authored Sep 27, 2024
1 parent 8eb4787 commit a10fda4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/devContainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Check out code
uses: actions/checkout@v3
with:
Expand All @@ -34,4 +40,4 @@ jobs:
with:
configFile: .devcontainer/stm32/devcontainer.json
env: .devcontainer/stm32/.env
runCmd: make
runCmd: make

0 comments on commit a10fda4

Please sign in to comment.