Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.7.1 to 3.8.0
  • Loading branch information
ChristophShyper authored Dec 30, 2024
2 parents cd896dd + 5a1b34a commit f387d23
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/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
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/setup-buildx-action@v3.7.1
# uses: docker/setup-buildx-action@v3.8.0
# with:
# install: true
#
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
with:
install: true

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

- name: Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.8.0
with:
install: true

Expand Down

0 comments on commit f387d23

Please sign in to comment.