Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.3.0 to 3.4.0
  • Loading branch information
ChristophShyper authored Jul 8, 2024
2 parents a063ede + 9efb8a0 commit 388aa96
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.3.0
uses: docker/setup-buildx-action@v3.4.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.3.0
# uses: docker/setup-buildx-action@v3.4.0
# with:
# install: true
#
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v4

- name: Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.4.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.3.0
uses: docker/setup-buildx-action@v3.4.0
with:
install: true

Expand Down

0 comments on commit 388aa96

Please sign in to comment.