Skip to content

Commit

Permalink
test: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
majkshkurti committed Jan 31, 2024
1 parent d44e6c9 commit 0156b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ jobs:
# goatcommunity/goat-frontend-test:${{ needs.file-changes.outputs.sha-short }}
# cache-from: type=gha
# cache-to: type=gha,mode=max

release-docker-goat:
name: release-docker-goat
needs: file-changes
if: ${{ needs.file-changes.outputs.client-goat == 'true' }}
# if: ${{ needs.file-changes.outputs.client-goat == 'true' }}
uses: goat-community/.github/.github/workflows/reusable-docker-build.yml@main
permissions:
contents: read
Expand Down

0 comments on commit 0156b73

Please sign in to comment.