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:
-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