Skip to content

Commit

Permalink
Login to DockerHub so makefile push will work
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronelliott committed Sep 27, 2021
1 parent b06debe commit 360a1af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Login to DockerHub so makefile push will work
if: github.event_name != 'pull_request'
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: checkout repo
uses: actions/checkout@v2
- name: build application
Expand Down

0 comments on commit 360a1af

Please sign in to comment.