Skip to content

Commit

Permalink
change docker action to use large runner
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoley authored Sep 5, 2023
1 parent 95c6337 commit 03d5d84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker_image_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: Elpis-runner
steps:
-
name: Checkout
Expand All @@ -30,4 +31,4 @@ jobs:
with:
context: .
push: true
tags: coedl/elpis:latest
tags: coedl/elpis:latest

0 comments on commit 03d5d84

Please sign in to comment.