We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a25615 commit 5facb57Copy full SHA for 5facb57
Jenkinsfile
@@ -53,7 +53,7 @@ pipeline {
53
--tag git.sysctl.io/albert/headscale-webui:latest \
54
--tag git.sysctl.io/albert/headscale-webui:${APP_VERSION} \
55
--tag registry-1.docker.io/ifargle/headscale-webui:latest \
56
- --tag docker.io/ifargle/headscale-webui:${APP_VERSION} \
+ --tag registry-1.docker.io/ifargle/headscale-webui:${APP_VERSION} \
57
--tag ghcr.io/ifargle/headscale-webui:latest \
58
--tag ghcr.io/ifargle/headscale-webui:${APP_VERSION} \
59
--build-arg GIT_COMMIT_ARG=${env.GIT_COMMIT} \
0 commit comments