Skip to content

Commit

Permalink
Remove copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-bennett authored Sep 18, 2024
1 parent 9a93fbc commit b0d5fda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,9 @@ jobs:
run: docker login -u meshtastic -p ${{secrets.DOCKER_TOKEN}}

- name: Docker setup
if: ${{ github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }}
uses: docker/setup-buildx-action@v2

- name: Docker build and push
if: ${{ github.ref == 'refs/heads/main' && github.event_name != 'pull_request_target' && github.event_name != 'pull_request' }}
uses: docker/build-push-action@v5
with:
context: ./x64
Expand Down

0 comments on commit b0d5fda

Please sign in to comment.