Skip to content

Commit 8fcc60b

Browse files
committed
Remove ScribeMD/docker-cache Github action from the Workflows
1 parent 6d14de8 commit 8fcc60b

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

.github/workflows/deploy.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ jobs:
2525
with:
2626
node-version: '18'
2727
cache: 'pnpm'
28-
- name: Set Playwright version
29-
id: playwright-version
30-
run: |
31-
echo "playwright=$(cat package.json | grep @playwright/test | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')" >> $GITHUB_OUTPUT
32-
- name: Cache Docker images
33-
uses: ScribeMD/[email protected]
34-
with:
35-
key: docker-v1-${{ runner.os }}-${{ hashFiles('.hass/config/.HA_VERSION') }}-${{ steps.playwright-version.outputs.playwright }}
3628
- name: Publish
3729
run: |
3830
pnpm install

.github/workflows/tests.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ jobs:
2424
with:
2525
node-version: '18'
2626
cache: 'pnpm'
27-
- name: Set Playwright version
28-
id: playwright-version
29-
run: |
30-
echo "playwright=$(cat package.json | grep @playwright/test | head -1 | awk -F: '{ print $2 }' | sed 's/[", ]//g')" >> $GITHUB_OUTPUT
31-
- name: Cache Docker images
32-
uses: ScribeMD/[email protected]
33-
with:
34-
key: docker-v1-${{ runner.os }}-${{ hashFiles('.hass/config/.HA_VERSION') }}-${{ steps.playwright-version.outputs.playwright }}
3527
- name: Install
3628
run: pnpm install
3729
- name: Linting Code

0 commit comments

Comments
 (0)