Skip to content

Commit

Permalink
fix ghaction push for release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed Jun 30, 2021
1 parent 0ad7e37 commit e83db70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0

- name: Login to DockerHub
uses: docker/login-action@v1
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.REGISTRY_USERNAME }}
password: ${{ env.REGISTRY_PASSWORD }}

- id: release
uses: rymndhng/[email protected]
with:
Expand Down

0 comments on commit e83db70

Please sign in to comment.