Skip to content

Commit f0dfc52

Browse files
committed
refactor(docker-publish.yaml): remove hardcoded repository and ref parameters from workflow configuration
1 parent d4abfc5 commit f0dfc52

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ name: Docker
88
on:
99
workflow_dispatch:
1010
push:
11-
branches: [ "main" ]
11+
branches: ["main"]
1212
tags: ["*"]
1313

1414
jobs:
1515
call-docker-build:
1616
uses: ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main
17-
with:
18-
repository: cryptpad/cryptpad
19-
ref: ${{ github.ref }}
2017
secrets:
2118
docker_registry_user: ${{ secrets.DOCKER_REGISTRY_USER }}
2219
docker_registry_password: ${{ secrets.DOCKER_REGISTRY_SECRET }}

0 commit comments

Comments
 (0)