Skip to content

Commit

Permalink
Merge pull request #34 from federated-wiki/feat/increase-base
Browse files Browse the repository at this point in the history
Revert "feat(ci): upgrade dependant image"
  • Loading branch information
almereyda authored Nov 9, 2023
2 parents e508982 + beb1d2e commit dd7c6a6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release-increased-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,3 @@ jobs:
with:
ref: "refs/tags/v${{ needs.tag-release.outputs.current-version }}"
secrets: inherit

call-upgrade:
name: Upgrade dependant image
needs: ['tag-release', 'call-build-push']
if: needs.tag-release.outputs.previous-version != needs.tag-release.outputs.current-version
uses: federated-wiki/wiki-docker-plugins/.github/workflows/increase-base-version.yml@main
with:
previous-version: ${{ needs.tag-release.outputs.previous-version }}
next-version: ${{ needs.tag-release.outputs.current-version }}

0 comments on commit dd7c6a6

Please sign in to comment.