Skip to content

Commit

Permalink
testing self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Aug 7, 2024
1 parent a4627f9 commit 9c61da3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:

jobs:
build-and-push-to-docker-hub:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ env:

jobs:
build-and-push-to-docker-hub:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 9c61da3

Please sign in to comment.