We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea67b42 commit 7c2c2fbCopy full SHA for 7c2c2fb
.github/workflows/build-and-release.yml
@@ -197,7 +197,7 @@ jobs:
197
merge:
198
name: Merge Multi-Arch Image
199
needs: [prepare, build]
200
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, Linux]
201
steps:
202
- name: Login to Docker Hub
203
uses: docker/login-action@v3
.github/workflows/snd.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
needs: build
78
79
80
81
0 commit comments