Skip to content

Commit

Permalink
Merge pull request #510 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 #3
  • Loading branch information
novoj authored Apr 15, 2024
2 parents c93bb49 + e5eb754 commit d3d6a75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:

- name: Extract major version
id: major_version
# create a new output variable with the major version (like 2024.4)
run: echo "version=$(echo '${{ github.event.workflow_run.outputs.released_version }}' | cut -d'.' -f1,2)" >> $GITHUB_OUTPUT

- name: Build and push Docker image
Expand Down

0 comments on commit d3d6a75

Please sign in to comment.