Merge pull request #45 from BretFisher/dependabot/github_actions/docker/setup-buildx-action-2.9.1

Bump docker/setup-buildx-action from 2.9.0 to 2.9.1
This commit is contained in:
Bret Fisher
2023-07-12 22:23:38 -04:00
committed by GitHub
+1 -1
View File
@@ -137,7 +137,7 @@ jobs:
# BuildKit (used with `docker buildx`) is the best way to build images # BuildKit (used with `docker buildx`) is the best way to build images
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/[email protected].0 uses: docker/[email protected].1
- name: Login to DockerHub - name: Login to DockerHub
if: inputs.dockerhub-enable if: inputs.dockerhub-enable