Skip to content

Commit 2605fa0

Browse files
authored
updated github workflow
1 parent 55330de commit 2605fa0

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/workflows/docker-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v3
15-
- name: Docker build cache
16-
uses: satackey/[email protected]
17-
continue-on-error: true
18-
with:
19-
key: magento2-dev-docker-cache2-{hash}
20-
restore-keys: |
21-
magento2-dev-docker-cache2-
2215
- name: Copy .env.sample to .env
2316
run: cp .env.sample .env
2417
- name: For php8.2

.github/workflows/docker-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout repository
1616
uses: actions/checkout@v3
17-
- name: Docker build cache
18-
uses: satackey/[email protected]
19-
continue-on-error: true
20-
with:
21-
key: magento2-dev-docker-cache2-{hash}
22-
restore-keys: |
23-
magento2-dev-docker-cache2-
2417
- name: Docker Login
2518
env:
2619
DOCKER_USER: ${{secrets.DOCKER_USER}}

.github/workflows/docker-release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
with:
2020
tagRegex: "(.*)"
2121
tagRegexGroup: 1
22-
- name: Docker build cache
23-
uses: satackey/[email protected]
24-
continue-on-error: true
25-
with:
26-
key: magento2-dev-docker-cache2-{hash}
27-
restore-keys: |
28-
magento2-dev-docker-cache2-
2922
- name: Docker Login
3023
env:
3124
DOCKER_USER: ${{secrets.DOCKER_USER}}

0 commit comments

Comments
 (0)