Skip to content

Commit

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

Bump docker/setup-buildx-action from 3.6.1 to 3.7.1
  • Loading branch information
C9Glax authored Oct 23, 2024
2 parents c35e1ef + 8f68911 commit 5186ae6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-cuttingedge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-serverv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# https://github.com/marketplace/actions/docker-setup-buildx
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1

# https://github.com/docker/login-action#docker-hub
- name: Login to Docker Hub
Expand Down

0 comments on commit 5186ae6

Please sign in to comment.