Skip to content

Commit

Permalink
Merge pull request #509 from FgForrest/master-backup-before-mvcc
Browse files Browse the repository at this point in the history
ci: attempt to deploy image per MAJOR version
  • Loading branch information
novoj authored Apr 15, 2024
2 parents 7aaece6 + 7156abd commit c93bb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Extract major version
id: major_version
run: echo "::set-output name=version::$(echo '${{ steps.release_version.outputs.version }}' | cut -d'.' -f1,2)"
run: echo "version=$(echo '${{ github.event.workflow_run.outputs.released_version }}' | cut -d'.' -f1,2)" >> $GITHUB_OUTPUT

- name: Build and push Docker image
env:
Expand Down

0 comments on commit c93bb49

Please sign in to comment.