Bootstrap buildx: revert to docker build, bump runner to v2.5.1 #148
2 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
echo "Building ${{ inputs.image_name }}:${{ inputs.version }}"
|
||||
docker buildx build \
|
||||
docker build \
|
||||
--tag ${{ inputs.image_name }}:${{ inputs.version }} \
|
||||
--file ${{ inputs.context }}/${{ inputs.dockerfile }} \
|
||||
${{ inputs.context }}
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ spec:
|
|||
data:
|
||||
FORGEJO_URL: "https://forge.ops.eblu.me"
|
||||
RUNNER_NAME: "k8s-runner"
|
||||
RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.5.0"
|
||||
RUNNER_LABELS: "k8s:docker://registry.ops.eblu.me/blumeops/forgejo-runner:v2.5.1"
|
||||
RUNNER_TOKEN: "{{ .runner_token }}"
|
||||
data:
|
||||
- secretKey: runner_token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue