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 856adbc commit 6b00a2dCopy full SHA for 6b00a2d
1 file changed
.github/workflows/release.yaml
@@ -20,6 +20,8 @@ jobs:
20
- name: Get current tag name
21
id: getTag
22
uses: olegtarasov/get-tag@v2.1
23
+ - name: Set up Docker Buildx
24
+ uses: docker/setup-buildx-action@v3
25
- name: Login to Docker Registry
26
run: >
27
echo "${{ secrets.GH_PAT }}" |
0 commit comments