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 6405fc8 commit 5ed34ab
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 @@ -13,7 +13,7 @@ jobs:
- name: Get version from version file
run: |
VERSION=$(cat VERSION)
echo "VERSION=$VER" >> $GITHUB_ENV
echo "VERSION=$VER" >> $GITHUB_ENV
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 5ed34ab

Please sign in to comment.