Skip to content

Commit

Permalink
Fix up deployment script
Browse files Browse the repository at this point in the history
Fix up deployment script so it actually builds
  • Loading branch information
nolim1t authored May 30, 2023
1 parent 5d70ce4 commit f084dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
deploy:
name: Deploy to Docker Hub & Github Releases. Only after successful build.

runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
needs: build

env:
Expand Down

0 comments on commit f084dc6

Please sign in to comment.