Skip to content

Commit fc9935a

Browse files
authored
Updated cache key for docker build image
1 parent 4426c21 commit fc9935a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: satackey/action-docker-layer-caching@v0.0.11
1717
continue-on-error: true
1818
with:
19-
key: magento2-dev-docker-cache-{hash}
19+
key: magento2-dev-docker-cache2-{hash}
2020
restore-keys: |
21-
magento2-dev-docker-cache-
21+
magento2-dev-docker-cache2-
2222
- name: Copy .env.sample to .env
2323
run: cp .env.sample .env
2424
- name: For php8.1

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: satackey/action-docker-layer-caching@v0.0.11
1919
continue-on-error: true
2020
with:
21-
key: magento2-dev-docker-cache-{hash}
21+
key: magento2-dev-docker-cache2-{hash}
2222
restore-keys: |
23-
magento2-dev-docker-cache-
23+
magento2-dev-docker-cache2-
2424
- name: Docker Login
2525
env:
2626
DOCKER_USER: ${{secrets.DOCKER_USER}}

.github/workflows/docker-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
uses: satackey/action-docker-layer-caching@v0.0.11
2424
continue-on-error: true
2525
with:
26-
key: magento2-dev-docker-cache-{hash}
26+
key: magento2-dev-docker-cache2-{hash}
2727
restore-keys: |
28-
magento2-dev-docker-cache-
28+
magento2-dev-docker-cache2-
2929
- name: Docker Login
3030
env:
3131
DOCKER_USER: ${{secrets.DOCKER_USER}}

0 commit comments

Comments
 (0)