Skip to content

Commit

Permalink
ci(workflows): update the docker-build-and-push-main workflow to use …
Browse files Browse the repository at this point in the history
…self hosted runner (#3579)

Signed-off-by: M. Fatih Cırıt <mfc@leodrive.ai>
  • Loading branch information
xmfcx authored Jun 16, 2023
1 parent 985ee15 commit fddc3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
docker-build-and-push-main:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit fddc3ff

Please sign in to comment.