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 951eac9 commit f685229Copy full SHA for f685229
.github/workflows/docker-release.yml
@@ -31,7 +31,7 @@ jobs:
31
release_tag=${{ steps.get-latest-tag.outputs.tag }}
32
echo "LATEST_VERSION=${release_tag#*/}" >> $GITHUB_ENV
33
- name: Set up Docker Buildx
34
- uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226
+ uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c
35
- name: Login to Docker Hub
36
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
37
with:
0 commit comments