Skip to content

Commit f9f5b7b

Browse files
committed
fix: setup docker buildx
1 parent bc11e28 commit f9f5b7b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-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: curl -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

0 commit comments

Comments
 (0)