We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc11e28 commit f9f5b7bCopy full SHA for f9f5b7b
.github/workflows/publish.yaml
@@ -3,16 +3,14 @@ name: publish
3
on:
4
push:
5
branches:
6
- - main
+ - '*'
7
8
jobs:
9
build:
10
runs-on: [self-hosted, pod]
11
steps:
12
- name: Set up Docker Buildx
13
- uses: docker/setup-buildx-action@v3
14
- with:
15
- version: v0.24.0
+ 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
16
17
- name: Login registry.smtx.io
18
uses: docker/login-action@v2
0 commit comments