Skip to content

Commit

Permalink
Merge pull request #613 from solita/renovate-fix/docker-setup-buildx-…
Browse files Browse the repository at this point in the history
…action-3.x

Update docker/setup-buildx-action action to v3.7.1
  • Loading branch information
solita-juhohaa authored Nov 4, 2024
2 parents c1a0e28 + eac16b2 commit 437282b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-e2e-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
# Buildx supports GH Actions cache. Build images using it, and load the images to host for docker compose to use
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
- name: Build backend
uses: docker/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.6.1
uses: docker/setup-buildx-action@v3.7.1
- name: Build storybook-test-image
uses: docker/[email protected]
with:
Expand Down

0 comments on commit 437282b

Please sign in to comment.