Skip to content

Commit

Permalink
fix runner name
Browse files Browse the repository at this point in the history
  • Loading branch information
anismoula123 committed Aug 17, 2023
1 parent 8b0d1ac commit e3b34e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on: [push]
jobs:
build-docker-image:
name: "Build image job"
runs-on: docker-cache
runs-on: [self-hosted, linux, x64]
steps:
- run: echo "Bulding the image ..."

0 comments on commit e3b34e9

Please sign in to comment.