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-23 22:04:31 +0300
committerxescure <xescure@outlook.com>2021-03-23 22:04:31 +0300
commit2972292f675c950b2113eb72d8f71ebd6df611a5 (patch)
treecdb7e6ffa3487a98a6b67b55b2858615ccc1b1da
parentd064290a574ec6594999ddd6487a0b130f900201 (diff)
not latest tag
-rw-r--r--.github/workflows/docker-build.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml
index d0b0293..e9bdbb0 100644
--- a/.github/workflows/docker-build.yaml
+++ b/.github/workflows/docker-build.yaml
@@ -28,7 +28,7 @@ jobs:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
- tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:latest
+ tags: ${{ secrets.DOCKERHUB_REPOSITORY }}:autobuild-dev
dockerhub-sync-readme:
needs: dockerhub-build-push