1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Only install Docker Engine when server image needs to be built

This commit is contained in:
Laurent Cozic 2021-06-12 09:57:42 +02:00
parent 6803f1c6a7
commit 5d7d1be363

View File

@ -21,7 +21,7 @@ jobs:
sudo apt-get install -y libsecret-1-dev
- name: Install Docker Engine
if: runner.os == 'Linux'
if: runner.os == 'Linux' && startsWith(github.ref, 'refs/tags/server-v')
run: |
sudo apt-get install -y apt-transport-https
sudo apt-get install -y ca-certificates