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:17:04 +0300
committerxescure <xescure@outlook.com>2021-03-24 00:17:04 +0300
commit40904e910836b1f043cee9075f847d31fcd550f7 (patch)
treeccceba53b3748e8ae20f1f5a3017462223ad3829
parenta95aec9cd9c239cfb4bbd4ddfc4b90991adec2af (diff)
fix tags
-rw-r--r--.github/workflows/docker-build-latest.yaml2
-rw-r--r--.github/workflows/docker-build-release.yaml3
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/docker-build-latest.yaml b/.github/workflows/docker-build-latest.yaml
index b2b8c26..119c233 100644
--- a/.github/workflows/docker-build-latest.yaml
+++ b/.github/workflows/docker-build-latest.yaml
@@ -2,7 +2,7 @@ name: docker-build-latest
env:
dockerhub_repository: "xescure/kutt"
- dockerhub_tag: "latest"
+ dockerhub_tag: "develop"
on:
push:
diff --git a/.github/workflows/docker-build-release.yaml b/.github/workflows/docker-build-release.yaml
index 128b84a..c66914a 100644
--- a/.github/workflows/docker-build-release.yaml
+++ b/.github/workflows/docker-build-release.yaml
@@ -2,7 +2,6 @@ name: docker-build-latest
env:
dockerhub_repository: "xescure/kutt"
- dockerhub_tag: ${{ github.event.release.tag_name }}
on:
release:
@@ -34,4 +33,4 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
- tags: ${{ env.dockerhub_repository }}:${{ env.dockerhub_tag }}
+ tags: ${{ env.dockerhub_repository }}:${{ github.event.release.tag_name }}, ${{ env.dockerhub_repository }}:latest