Skip to content

Commit

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

- name: Docker login
uses: docker/login-action@v3
with:
username: meshtastic
password: ${{ secrets.MQTT_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 8ad95f5

Please sign in to comment.