Skip to content

Commit

Permalink
1.0.45 Add automated build and push action
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Oct 11, 2023
1 parent 66fa828 commit 72f7d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Get version from version file
run: |
VERSION=$(cat VERSION)
VERSION=$(cat version)
echo "VERSION=$VER" >> $GITHUB_ENV
-
name: Set up QEMU
Expand Down

0 comments on commit 72f7d82

Please sign in to comment.