We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3f3ca commit d7f1060Copy full SHA for d7f1060
1 file changed
.github/workflows/docker-publish.yaml
@@ -9,6 +9,7 @@ on:
9
workflow_dispatch:
10
push:
11
branches: [ "main" ]
12
+ tags: ["*"]
13
14
env:
15
# Use docker.io for Docker Hub if empty
@@ -32,7 +33,7 @@ jobs:
32
33
uses: actions/checkout@v3
34
with:
35
repository: 'cryptpad/cryptpad'
- ref: '2024.3.1'
36
+ ref: ${{ github.ref }}
37
38
# Set up BuildKit Docker container builder to be able to build
39
# multi-platform images and export cache
0 commit comments