Skip to content

Commit

Permalink
Fix container image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cybermaggedon committed Jan 6, 2025
1 parent d5a7524 commit 4ed2734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT

- name: Put version into package manifests
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}

- name: Extract metadata for container
id: meta
uses: docker/metadata-action@v4
Expand Down Expand Up @@ -109,9 +112,6 @@ jobs:
id: version
run: echo VERSION=$(git describe --exact-match --tags | sed 's/^v//') >> $GITHUB_OUTPUT

- name: Put version into package manifests
run: make update-package-versions VERSION=${{ steps.version.outputs.VERSION }}

- name: Create deploy bundle
run: templates/generate-all deploy.zip ${{ steps.version.outputs.VERSION }}

Expand Down

0 comments on commit 4ed2734

Please sign in to comment.