Skip to content

Commit

Permalink
docker hub fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acockburn committed Mar 23, 2023
1 parent 3aea1eb commit 6f8de68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
# @todo : avoid failing the whole workflow. Temporary until sphinx warning have been taken care of.
continue-on-error: true
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -122,7 +120,7 @@ jobs:
# Login against a Docker registry (only with a tag or push on `dev` branch)
# https://github.com/docker/login-action
- name: Log into Docker Hub
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'acockburn/appdaemon'
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon'
uses: docker/login-action@v2.1.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit 6f8de68

Please sign in to comment.