Skip to content

Commit

Permalink
Go self-hosting the publish runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Aug 29, 2024
1 parent 7420b24 commit ec4b76d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ on:
jobs:
build_and_publish:
name: Build and publish docker
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 60
permissions:
contents: read
Expand Down

0 comments on commit ec4b76d

Please sign in to comment.