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-25 17:15:17 +0300
committerGitHub <noreply@github.com>2021-03-25 17:15:17 +0300
commit816fe853024fd2cc1a8229294349e242213441bf (patch)
treea13215e3aa305bc2fe715b28540ba52e9e053bf8
parent40904e910836b1f043cee9075f847d31fcd550f7 (diff)
Update docker-build-latest.yaml
-rw-r--r--.github/workflows/docker-build-latest.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-build-latest.yaml b/.github/workflows/docker-build-latest.yaml
index 119c233..f7c5d58 100644
--- a/.github/workflows/docker-build-latest.yaml
+++ b/.github/workflows/docker-build-latest.yaml
@@ -1,7 +1,7 @@
name: docker-build-latest
env:
- dockerhub_repository: "xescure/kutt"
+ dockerhub_repository: "kutt/kutt"
dockerhub_tag: "develop"
on: