Skip to content

Commit

Permalink
test fix OpenHausIO#341
Browse files Browse the repository at this point in the history
  • Loading branch information
mStirner committed Oct 2, 2023
1 parent e3fe10a commit fa57636
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
if: github.repository == 'OpenHausIO/backend'
steps:
- name: Check out the repo
uses: actions/checkout@v3
with:
ref: ${{github.event.pull_request.head.ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- name: Use Node.js 16.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit fa57636

Please sign in to comment.