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:
Diffstat (limited to '.github/workflows/docker-build-release.yaml')
-rw-r--r--.github/workflows/docker-build-release.yaml3
1 files changed, 1 insertions, 2 deletions
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