Skip to content

Commit

Permalink
Remove test-dockerhub-login step from feature branches pipelines (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikez committed Jun 15, 2022
1 parent 61b73c4 commit 6bf478b
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,16 +78,3 @@ jobs:
with:
name: dist
path: 'dist/*'

test-dockerhub-login:
runs-on: ubuntu-latest
needs: dist

steps:
- uses: actions/checkout@v2

- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 6bf478b

Please sign in to comment.