Skip to content

Commit

Permalink
Update create-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kallioli authored Jul 6, 2023
1 parent d2ac78e commit ac89655
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:
tags:
- '*'


jobs:
build-image:
runs-on: ubuntu-latest
runs-on: [self-hosted, Linux]
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit ac89655

Please sign in to comment.