Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-20 01:44:25 +0300
committerthecalcaholic <6317548+theCalcaholic@users.noreply.github.com>2022-07-20 01:44:25 +0300
commita7ad0e6a1f560fe8bf37b5466cfae42a0821c09c (patch)
tree977abd0cb96aff2f04b3cceadb5d433ce258e424
parent60692fe9bc0a0098512c76f43360174af70fbe1a (diff)
release.yml: Enable docker release
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index c116d277..bee0db6d 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
needs:
- build-and-test-docker
- test-curl-installer
- if: ${{ github.event_name == 'push' && github.ref_type == 'tag' && false }}
+ if: ${{ github.event_name == 'push' && github.ref_type == 'tag' }}
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub