Skip to content

Commit

Permalink
Merge pull request #418 from nelsonjchen/dependabot/github_actions/do…
Browse files Browse the repository at this point in the history
…cker/setup-buildx-action-3

Bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
nelsonjchen authored Oct 27, 2023
2 parents 07d78a6 + 9d48a92 commit cd6acd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v4
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build and push
uses: docker/build-push-action@v4
with:
Expand Down

0 comments on commit cd6acd4

Please sign in to comment.