Skip to content

Commit

Permalink
ci: comment out dockerhub section
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed May 27, 2024
1 parent e4e27a6 commit 7e7527d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_PAT }}
GH_TOKEN: ${{ secrets.GITHUB_PAT }}

docker-release:
uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@main
needs:
- analyze-commits
- release
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
with:
version: ${{ needs.analyze-commits.outputs.version-next }}
#docker-release:
#uses: wearefrank/ci-cd-templates/.github/workflows/docker-release-generic.yml@main
#needs:
#- analyze-commits
#- release
#secrets:
#token: ${{ secrets.GITHUB_TOKEN }}
#dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
#dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
#with:
#version: ${{ needs.analyze-commits.outputs.version-next }}

0 comments on commit 7e7527d

Please sign in to comment.