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

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxescure <xescure@outlook.com>2021-03-24 00:08:31 +0300
committerxescure <xescure@outlook.com>2021-03-24 00:08:31 +0300
commita95aec9cd9c239cfb4bbd4ddfc4b90991adec2af (patch)
tree21dcdf68324ae5757b33e14b29be92c86ee4241f
parent0cfc0be05bb99df3440748ae063cbfd880765564 (diff)
removed unnecessary repo update
-rw-r--r--.github/workflows/docker-build-latest.yaml2
-rw-r--r--.github/workflows/docker-build-release.yaml7
2 files changed, 2 insertions, 7 deletions
diff --git a/.github/workflows/docker-build-latest.yaml b/.github/workflows/docker-build-latest.yaml
index 8c26159..b2b8c26 100644
--- a/.github/workflows/docker-build-latest.yaml
+++ b/.github/workflows/docker-build-latest.yaml
@@ -6,6 +6,8 @@ env:
on:
push:
+ branches:
+ - develop
jobs:
dockerhub-build-push:
diff --git a/.github/workflows/docker-build-release.yaml b/.github/workflows/docker-build-release.yaml
index 73699e0..128b84a 100644
--- a/.github/workflows/docker-build-release.yaml
+++ b/.github/workflows/docker-build-release.yaml
@@ -35,10 +35,3 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
- -
- name: Update repo description
- uses: peter-evans/dockerhub-description@v2
- with:
- username: ${{ secrets.DOCKERHUB_USERNAME }}
- password: ${{ secrets.DOCKERHUB_PASSWORD }}
- repository: ${{ env.dockerhub_repository }}