Skip to content

Commit

Permalink
Remove hash from version (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
trstringer authored Feb 26, 2024
1 parent b972813 commit b6813f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ jobs:
- name: Build images
run: |
make IMAGE_REPO_ROOT=ghcr.io/trstringer build-images
make IMAGE_TAG=$(make version-with-commit) IMAGE_REPO_ROOT=ghcr.io/trstringer build-images
make IMAGE_TAG=$(make version) IMAGE_REPO_ROOT=ghcr.io/trstringer build-images
- name: Push images
run: |
make IMAGE_REPO_ROOT=ghcr.io/trstringer push-images
make IMAGE_TAG=$(make version-with-commit) IMAGE_REPO_ROOT=ghcr.io/trstringer push-images
make IMAGE_TAG=$(make version) IMAGE_REPO_ROOT=ghcr.io/trstringer push-images
- name: Version
run: echo "version=$(make version)" >> $GITHUB_OUTPUT
id: version
Expand Down

0 comments on commit b6813f2

Please sign in to comment.