diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 8960a48..589f2c1 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -26,7 +26,8 @@ jobs: - name: Prepare image tags id: image-tags run: | - base=ngoduykhanh/wireguard-ui + # base=ngoduykhanh/wireguard-ui + base=kadet77rus/wireguard-ui app_version=dev ## Set git tag as image tag @@ -44,7 +45,7 @@ jobs: ${base}:${github_tag} END_HEREDOC ) - + ## Set 'latest' image tag if 'main' or 'master' ## branch is pushed ## @@ -58,13 +59,13 @@ jobs: ## Print tags for debugging purpose ## echo "[INFO] container_images: ${container_images}" - + ## Set container_images output ## echo "container_images<> $GITHUB_OUTPUT echo "$container_images" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - + ## Set APP_VERSION env # echo "APP_VERSION=${app_version}" >> $GITHUB_ENV