Skip to content

Commit

Permalink
Merge pull request #14 from dsiemienas03/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-3.8.0
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
2 parents 50e27f9 + f823b8f commit 5738cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# multi-platform images and export cache
# https://github.com/docker/setup-buildx-action
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1 # v3.6.1
uses: docker/setup-buildx-action@v3.8.0 # v3.6.1

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down

0 comments on commit 5738cf9

Please sign in to comment.