Skip to content

Commit

Permalink
gh: switch back to gh builders
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jun 11, 2023
1 parent ec89a77 commit 1eea3a8
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-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
jobs:
build:
name: Push Docker image to Docker Hub
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
NODE_VERSION: ["18"]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ on:
jobs:
build:
name: Push Docker image to Docker Hub
runs-on: self-hosted
# runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
BASE: ["18-jammy-full", "18-jammy-lite", "18-jammy-thin"]
Expand Down

0 comments on commit 1eea3a8

Please sign in to comment.