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 5635528 commit 8ca8db9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push-to-dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Check out the codebase
uses: actions/checkout@v2

- name: Get version from version file
run: |
VERSION=$(cat version)
Expand Down

0 comments on commit 8ca8db9

Please sign in to comment.