Skip to content

Commit

Permalink
Merge pull request #2382 from devops-infra/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…master/docker/setup-buildx-action-3.7.1

Bump docker/setup-buildx-action from 3.7.0 to 3.7.1
  • Loading branch information
ChristophShyper authored Oct 8, 2024
2 parents 6b13f59 + 8e452db commit 889f80f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
install: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# uses: actions/checkout@v4
#
# - name: Docker Buildx
# uses: docker/[email protected].0
# uses: docker/[email protected].1
# with:
# install: true
#
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
install: true

Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/[email protected].0
uses: docker/[email protected].1
with:
install: true

Expand Down

0 comments on commit 889f80f

Please sign in to comment.