Skip to content

Commit 466a968

Browse files
committed
Updated workflows
1 parent 6f3a873 commit 466a968

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
continue-on-error: true
1818
with:
1919
key: symfony-dev-docker-cache-{hash}
20-
restore-keys: symfony-dev-docker-cache-
20+
restore-keys: |
21+
symfony-dev-docker-cache-
2122
- name: Copy .env.sample to .env
2223
run: cp .env.sample .env
2324
- name: For php8.1

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
continue-on-error: true
2020
with:
2121
key: symfony-dev-docker-cache-{hash}
22-
restore-keys: symfony-dev-docker-cache-
22+
restore-keys: |
23+
symfony-dev-docker-cache-
2324
- name: Docker Login
2425
env:
2526
DOCKER_USER: ${{secrets.DOCKER_USER}}

.github/workflows/docker-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
continue-on-error: true
2121
with:
2222
key: symfony-dev-docker-cache-{hash}
23-
restore-keys: symfony-dev-docker-cache-
23+
restore-keys: |
24+
symfony-dev-docker-cache-
2425
- name: Docker Login
2526
env:
2627
DOCKER_USER: ${{secrets.DOCKER_USER}}

0 commit comments

Comments
 (0)