Skip to content

Commit

Permalink
Revert "feat(ci): upgrade dependant image"
Browse files Browse the repository at this point in the history
This reverts commit d213798.
  • Loading branch information
almereyda committed Nov 9, 2023
1 parent e508982 commit beb1d2e
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 beb1d2e

Please sign in to comment.