Skip to content

Commit 2a439c6

Browse files
committed
fix: setup docker buildx
1 parent ad60a14 commit 2a439c6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ name: publish
33
on:
44
push:
55
branches:
6-
- main
6+
- '*'
77

88
jobs:
99
build:
1010
runs-on: [self-hosted, pod]
1111
steps:
1212
- name: Set up Docker Buildx
13-
uses: docker/setup-buildx-action@v3
14-
with:
15-
version: v0.24.0
13+
run: sudo wget -O /home/runner/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.24.0/buildx-v0.24.0.linux-amd64
1614

1715
- name: Login registry.smtx.io
1816
uses: docker/login-action@v2

runner/actions-runner-dind.ubuntu-22.04.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apt-get update -y \
3939
build-essential \
4040
ssh \
4141
iputils-ping \
42+
wget \
4243
&& rm -rf /var/lib/apt/lists/*
4344

4445
# kubectl

0 commit comments

Comments
 (0)