Skip to content

Commit

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

github-actions(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
alexislefebvre authored Sep 13, 2023
2 parents 003dfd4 + b0ef4d2 commit 0151a66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

-
name: Build ${{ matrix.image }}
Expand Down

0 comments on commit 0151a66

Please sign in to comment.