Skip to content

Commit

Permalink
Brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Sep 18, 2024
1 parent 8ad95f5 commit 9a93fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3

- name: Docker login
run: docker login -u meshtastic -p ${secrets.DOCKER_TOKEN}
run: docker login -u meshtastic -p ${{secrets.DOCKER_TOKEN}}

- name: Docker setup
if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }}
Expand Down

0 comments on commit 9a93fbc

Please sign in to comment.