Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Jul 2, 2024
1 parent ce3f3ca commit d7f1060
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
workflow_dispatch:
push:
branches: [ "main" ]
tags: ["*"]

env:
# Use docker.io for Docker Hub if empty
Expand All @@ -32,7 +33,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: 'cryptpad/cryptpad'
ref: '2024.3.1'
ref: ${{ github.ref }}

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

0 comments on commit d7f1060

Please sign in to comment.