Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritspooya <fallenangel201190@yahoo.com>2023-05-07 20:15:30 +0300
committeritspooya <fallenangel201190@yahoo.com>2023-05-07 20:15:30 +0300
commit54d45cc0295164397756bf97128688e213160004 (patch)
tree0a07e1c600e9b5ed2a69595b36874b16bf475a23
parente35767aff24b264193a6eca3ec03270a61d93178 (diff)
👷 Added Docker CI
-rw-r--r--.github/workflows/docker.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 7867e4fd..af7961f3 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -29,7 +29,7 @@ jobs:
id: meta
uses: docker/metadata-action@v3
with:
- images: ghcr.io/${{ github.repository }}/x-ui
+ images: ghcr.io/${{ github.repository }}
- name: Build and push Docker image
uses: docker/build-push-action@v4