Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwhittington committed Aug 20, 2022
1 parent 9bc25b7 commit f9a82d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
name: Build, push
runs-on: ubuntu-latest
steps:
- name: Checkout master
- name: Checkout main
uses: actions/checkout@main

- name: Build container
run: docker build --tag gwhittington/meshtastic-bridge:latest
run: docker build --tag gwhittington/meshtastic-bridge:latest .

- name: Log in to Container Registry with short-lived credentials
run: docker login --username=gwhittington --password "${{secrets.DOCKER_HUB}}"
Expand Down

0 comments on commit f9a82d5

Please sign in to comment.