Skip to content

Commit 00f5bc2

Browse files
author
Dennis Labordus
authored
Merge pull request #154 from com-pas/dependabot/github_actions/docker/setup-buildx-action-2
chore(deps): bump docker/setup-buildx-action from 1 to 2
2 parents 6f6188e + 9b3a701 commit 00f5bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Docker Buildx
2222
id: buildx
2323
if: ${{ github.event_name == 'pull_request' }}
24-
uses: docker/setup-buildx-action@v1
24+
uses: docker/setup-buildx-action@v2
2525
- name: Cache Docker Register
2626
if: ${{ github.event_name == 'pull_request' }}
2727
uses: actions/cache@v3

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Set up Docker Buildx
2020
id: buildx
21-
uses: docker/setup-buildx-action@v1
21+
uses: docker/setup-buildx-action@v2
2222
- name: Login to Docker Hub
2323
uses: docker/login-action@v2
2424
with:

0 commit comments

Comments
 (0)