mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
chore: update Docker Buildx action to version 4 in E2E tests workflow
This commit is contained in:
parent
f091182b94
commit
65fecb3337
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-tests.yml
vendored
2
.github/workflows/e2e-tests.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v4
|
||||||
|
|
||||||
# ─── Backend stack ─────────────────────────────────────────────────
|
# ─── Backend stack ─────────────────────────────────────────────────
|
||||||
# Builds the e2e image (multi-stage, deps cached via GHA), brings up
|
# Builds the e2e image (multi-stage, deps cached via GHA), brings up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue