Skip to content

Commit f240c4c

Browse files
committed
ci(docker-publish.yaml): add repository and ref parameters to docker build workflow for improved flexibility and context
1 parent f0dfc52 commit f240c4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
jobs:
1515
call-docker-build:
1616
uses: ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main
17+
with:
18+
repository: ${{ github.repository }}
19+
ref: ${{ github.ref }}
1720
secrets:
1821
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
1922
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}

0 commit comments

Comments
 (0)