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 d4abfc5 commit f0dfc52Copy full SHA for f0dfc52
.github/workflows/docker-publish.yaml
@@ -8,15 +8,12 @@ name: Docker
8
on:
9
workflow_dispatch:
10
push:
11
- branches: [ "main" ]
+ branches: ["main"]
12
tags: ["*"]
13
14
jobs:
15
call-docker-build:
16
uses: ethdevops/workflows/.github/workflows/upstream-docker-build.yaml@main
17
- with:
18
- repository: cryptpad/cryptpad
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