Skip to content

Commit d7f1060

Browse files
add ref
1 parent ce3f3ca commit d7f1060

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/docker-publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
workflow_dispatch:
1010
push:
1111
branches: [ "main" ]
12+
tags: ["*"]
1213

1314
env:
1415
# Use docker.io for Docker Hub if empty
@@ -32,7 +33,7 @@ jobs:
3233
uses: actions/checkout@v3
3334
with:
3435
repository: 'cryptpad/cryptpad'
35-
ref: '2024.3.1'
36+
ref: ${{ github.ref }}
3637

3738
# Set up BuildKit Docker container builder to be able to build
3839
# multi-platform images and export cache

0 commit comments

Comments
 (0)