Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

github: build docker image on self-hosted runner #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Build docker image

jobs:
build-docker-image:
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
ceph_version:
Expand All @@ -31,8 +31,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Setup docker
uses: docker/setup-buildx-action@v1
# - name: Setup docker
# uses: docker/setup-buildx-action@v1

- name: Login to docker registry
uses: docker/login-action@v1
Expand Down