Skip to content

Commit 7224c83

Browse files
authored
Merge pull request #56 from kool-dev/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
2 parents 5836328 + 2f2a989 commit 7224c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: docker/setup-qemu-action@v1
2020

2121
- name: Setup Docker Buildx
22-
uses: docker/setup-buildx-action@v1
22+
uses: docker/setup-buildx-action@v2
2323

2424
- name: Login to DockerHub
2525
uses: docker/login-action@v1

0 commit comments

Comments
 (0)