Skip to content

Commit

Permalink
Consolidating build and publish jobs for docs images
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmat345 committed Feb 5, 2021
1 parent 1f58ef2 commit 88fe485
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tag-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,8 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Build Images
- name: Build and publish
run: make publish-docker VERSION=${GITHUB_REF#refs/tags/}

- name: Run Dep Docs
run: make docs-deps

- name: Build Doc Images
run: make publish-docker-docs VERSION=${GITHUB_REF#refs/tags/}
- name: Build and publish docs
run: make docs-deps publish-docker-docs VERSION=${GITHUB_REF#refs/tags/}

0 comments on commit 88fe485

Please sign in to comment.