Skip to content

Commit

Permalink
Update build-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YkeLit authored Jul 17, 2023
1 parent 010ece5 commit 29104f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
build-and-push-image:
runs-on: ubuntu-latest
runs-on: image-builder
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Build and push
uses: byzanteam/jet-actions/fe-build-image@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
image_name: jet-autoflow-test
cache_type: local

0 comments on commit 29104f9

Please sign in to comment.