We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3488639 + a098843 commit 7cef7f4Copy full SHA for 7cef7f4
.github/workflows/clean-untagged-builds.yml
@@ -9,4 +9,4 @@ jobs:
9
uses: dylanratcliffe/delete-untagged-containers@main
10
with:
11
package_name: headscale-webui
12
- token: ${{ secrets.ACTIONS_WORKFLOWS }}
+ token: ${{ secrets.ACTIONS_WORKFLOWS }}
Jenkinsfile
@@ -8,6 +8,7 @@ pipeline {
8
BUILD_DATE = ''
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"
+
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')
13
14
GHCR_URL = "https://ghcr.io/"
SETUP.md
@@ -7,7 +7,7 @@
7
# Contents
* [Docker Compose](#docker-compose)
* [Reverse Proxies](#reverse-proxies)
- * [Autnentication](#authentication)
+ * [Authentication](#authentication)
---
# Docker Compose
0 commit comments