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 aaf45dd commit 28f720aCopy full SHA for 28f720a
.github/workflows/release.yml
@@ -40,6 +40,9 @@ jobs:
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42
43
+ - name: Setup Docker buildx
44
+ uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
45
+
46
- name: Log in to the Container registry
47
id: docker_login
48
if: steps.release.outputs.new_release_published == 'true'
0 commit comments