Skip to content

Commit

Permalink
ci: run the workflow on our extended instance
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Feb 11, 2024
1 parent 69848e5 commit e3de2fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
dev:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-m
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -49,5 +49,3 @@ jobs:
push: true
tags: |
${{ secrets.DOCKERHUB_REPO }}/${{ secrets.DOCKERHUB_IMG }}:dev

0 comments on commit e3de2fa

Please sign in to comment.