File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ runs:
16
16
shell : bash
17
17
18
18
- name : Set Up Docker 🐳
19
- id : docker
19
+ id : docker-setup
20
20
uses : docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
21
21
22
22
outputs :
23
23
sock :
24
24
description : " Docker socket path"
25
- value : ${{ steps.docker.outputs.sock }}
25
+ value : ${{ steps.docker-setup .outputs.sock }}
Original file line number Diff line number Diff line change 47
47
- name : Checkout Repo ⚡️
48
48
uses : actions/checkout@v4
49
49
- name : Create dev environment 📦
50
- id : dev_env_setup
50
+ id : create-dev-env
51
51
uses : ./.github/actions/create-dev-env
52
52
53
53
- name : Load parent built image to Docker 📥
@@ -138,4 +138,4 @@ jobs:
138
138
--image ${{ inputs.image }}
139
139
shell : bash
140
140
env :
141
- DOCKER_SOCK : ${{ steps.dev_env_setup .outputs.sock }}
141
+ DOCKER_SOCK : ${{ steps.create-dev-env .outputs.sock }}
You can’t perform that action at this time.
0 commit comments