mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
use my dockerhub
This commit is contained in:
parent
dd8f4742e7
commit
1fb54d0972
1 changed files with 5 additions and 4 deletions
9
.github/workflows/docker-build.yml
vendored
9
.github/workflows/docker-build.yml
vendored
|
@ -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<<EOF" >> $GITHUB_OUTPUT
|
||||
echo "$container_images" >> $GITHUB_OUTPUT
|
||||
echo "EOF" >> $GITHUB_OUTPUT
|
||||
|
||||
|
||||
## Set APP_VERSION env
|
||||
#
|
||||
echo "APP_VERSION=${app_version}" >> $GITHUB_ENV
|
||||
|
|
Loading…
Add table
Reference in a new issue