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 89f19ea commit a23af2fCopy full SHA for a23af2f
1 file changed
.github/workflows/docker-publish.yml
@@ -19,7 +19,7 @@ env:
19
20
jobs:
21
build-and-push:
22
- runs-on: ubuntu-latest
+ runs-on: [self-hosted, Linux, X64]
23
permissions:
24
contents: read
25
packages: write
@@ -59,4 +59,4 @@ jobs:
59
tags: ${{ steps.meta.outputs.tags }}
60
labels: ${{ steps.meta.outputs.labels }}
61
cache-from: type=gha
62
- cache-to: type=gha,mode=max
+ cache-to: type=gha,mode=max
0 commit comments