Skip to content

Commit dc6c26b

Browse files
committed
Better naming
1 parent 3a07140 commit dc6c26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/create-dev-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ runs:
2020
uses: docker/setup-docker-action@b60f85385d03ac8acfca6d9996982511d8620a19 # v4.3.0
2121

2222
outputs:
23-
sock:
23+
docker-sock:
2424
description: "Docker socket path"
2525
value: ${{ steps.docker-setup.outputs.sock }}

.github/workflows/docker-build-test-upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ jobs:
138138
--image ${{ inputs.image }}
139139
shell: bash
140140
env:
141-
DOCKER_SOCK: ${{ steps.create-dev-env.outputs.sock }}
141+
DOCKER_SOCK: ${{ steps.create-dev-env.outputs.docker-sock }}

0 commit comments

Comments
 (0)