Skip to content

Commit

Permalink
Merge pull request #1868 from AppDaemon/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/setup-buildx-action-3.0.0

Bump docker/setup-buildx-action from 2.4.1 to 3.0.0
  • Loading branch information
acockburn committed Jan 29, 2024
2 parents 08f9831 + 00afc3a commit 45d53b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
name: python-package
path: dist/
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2.4.1
uses: docker/setup-buildx-action@v3.0.0
# Login against a Docker registry (only with a tag or push on `dev` branch)
# https://github.com/docker/login-action
- name: Log into Docker Hub
Expand Down

0 comments on commit 45d53b2

Please sign in to comment.