Skip to content

Commit c296355

Browse files
authored
fix: Fix the github ci runner image build (#783)
Apparently you can automerge with build failures
1 parent 8b9456a commit c296355

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/image-github-runner-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ on: # yamllint disable-line rule:truthy
1818
- images/github-runner-ci/**
1919

2020
jobs:
21-
build-container:
21+
build-github-runner-ci:
22+
name: Build GitHub Runner CI Image
2223
runs-on: ubuntu-latest
2324
permissions:
2425
contents: read
@@ -46,7 +47,7 @@ jobs:
4647
- name: Build Image
4748
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
4849
with:
49-
context: .
50+
context: images/github-runner-ci
5051
file: images/github-runner-ci/Containerfile
5152
labels: ${{ steps.metadata.outputs.labels }}
5253
load: ${{ github.ref_type != 'tag' }}

0 commit comments

Comments
 (0)