Skip to content

Commit

Permalink
Separate DockerHub deployment steps into a new job
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed May 1, 2021
1 parent b8b1f7d commit e387b71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

image_release:
needs: build
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v2

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit e387b71

Please sign in to comment.