Skip to content

Commit

Permalink
Merge pull request #43 from fdm-monster/fix/image-tag-not-set-properl…
Browse files Browse the repository at this point in the history
…y-release

fix: VERSION was unset causing IMAGE of to be wrongly suffixed
  • Loading branch information
davidzwa authored Oct 15, 2023
2 parents d07a7aa + 4002f18 commit fcb8466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
source repository/src/config
TAG=${DIST_VERSION}
IMAGE=monsterpi-$VERSION
IMAGE=monsterpi-$TAG
cp repository/src/workspace/*.img $IMAGE.img
Expand Down

0 comments on commit fcb8466

Please sign in to comment.