Skip to content

Commit

Permalink
🔧 chore(main.yaml): update runs-on to use ubuntu-latest instead of se…
Browse files Browse the repository at this point in the history
…lf-hosted and dev
  • Loading branch information
andskur committed Dec 18, 2023
1 parent 39213f0 commit 35a76b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
name: Build and push Docker image
if: ${{ github.ref == 'refs/heads/main' }}
runs-on:
- self-hosted
- dev
- ubuntu-latest
outputs:
release_tag: ${{ steps.tag_version.outputs.new_tag }}
steps:
Expand Down

0 comments on commit 35a76b3

Please sign in to comment.