Skip to content

Commit

Permalink
fix: use github-hosted-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Oct 21, 2024
1 parent 3de1b73 commit 4b4a5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
build-and-push:
name: Build and push Docker image
runs-on: self-hosted
runs-on: ubuntu-latest
environment: Production
steps:
- name: Checkout code
Expand Down

0 comments on commit 4b4a5e3

Please sign in to comment.