We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dfc52 commit f240c4cCopy full SHA for f240c4c
.github/workflows/docker-publish.yaml
@@ -14,6 +14,9 @@ on:
14
jobs:
15
call-docker-build:
16
uses: ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main
17
+ with:
18
+ repository: ${{ github.repository }}
19
+ ref: ${{ github.ref }}
20
secrets:
21
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
22
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}
0 commit comments