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 ad8bc88 commit f966728Copy full SHA for f966728
.github/workflows/publish.yml
@@ -20,6 +20,7 @@ jobs:
20
packages: write
21
steps:
22
- uses: actions/checkout@v2
23
+ - uses: docker/setup-buildx-action@v1
24
- name: login
25
uses: docker/login-action@v1
26
with:
@@ -51,6 +52,7 @@ jobs:
51
52
53
54
55
56
57
58
@@ -83,6 +85,7 @@ jobs:
83
85
84
86
87
88
89
90
91
0 commit comments