Skip to content

Commit c5ae725

Browse files
authored
Update docker.yml
Add Self Host to auto image
1 parent f1e1c21 commit c5ae725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create and publish a Docker image
22

33
on:
44
push:
5-
branches: ["main", "authentik"]
5+
branches: ["main", "authentik","selfhost"]
66

77
env:
88
REGISTRY: ghcr.io
@@ -41,4 +41,4 @@ jobs:
4141
context: .
4242
push: true
4343
tags: ${{ steps.meta.outputs.tags }}
44-
labels: ${{ steps.meta.outputs.labels }}
44+
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)