Skip to content

Commit 7cef7f4

Browse files
authored
Merge branch 'main' into inpage-search
2 parents 3488639 + a098843 commit 7cef7f4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/clean-untagged-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
uses: dylanratcliffe/delete-untagged-containers@main
1010
with:
1111
package_name: headscale-webui
12-
token: ${{ secrets.ACTIONS_WORKFLOWS }}
12+
token: ${{ secrets.ACTIONS_WORKFLOWS }}

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ pipeline {
88
BUILD_DATE = ''
99
BUILDER_NAME = "multiarch-${env.BUILD_TAG}"
1010

11+
1112
DOCKERHUB_CRED = credentials('dockerhub-ifargle-pat')
1213

1314
GHCR_URL = "https://ghcr.io/"

SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Contents
88
* [Docker Compose](#docker-compose)
99
* [Reverse Proxies](#reverse-proxies)
10-
* [Autnentication](#authentication)
10+
* [Authentication](#authentication)
1111

1212
---
1313
# Docker Compose

0 commit comments

Comments
 (0)