Compare commits
3
Commits
hugo
...
5ecba1d65c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5ecba1d65c
|
||
|
|
3c0738f11f
|
||
|
|
7338080c32
|
@@ -0,0 +1,27 @@
|
|||||||
|
name: Build latest image
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-container:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Login to registry
|
||||||
|
uses: docker/login-action@v3
|
||||||
|
with:
|
||||||
|
registry: registry.odit.services
|
||||||
|
username: ${{ vars.REGISTRY_USERNAME }}
|
||||||
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
- name: Set up Docker Buildx
|
||||||
|
uses: docker/setup-buildx-action@v3
|
||||||
|
- name: Build and push
|
||||||
|
uses: docker/build-push-action@v6
|
||||||
|
with:
|
||||||
|
push: true
|
||||||
|
tags: |
|
||||||
|
${{ vars.REGISTRY }}/lfk/docs:latest
|
||||||
|
platforms: linux/amd64,linux/arm64
|
||||||
+1
-1
@@ -58,7 +58,7 @@ menu:
|
|||||||
pageRef: /selfservice
|
pageRef: /selfservice
|
||||||
weight: 3
|
weight: 3
|
||||||
- identifier: scanstation
|
- identifier: scanstation
|
||||||
name: Scanerstationen
|
name: Scannerstationen
|
||||||
pageRef: /scanstation
|
pageRef: /scanstation
|
||||||
weight: 4
|
weight: 4
|
||||||
- identifier: beamershow
|
- identifier: beamershow
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
user: User
|
user: User
|
||||||
admin: Administrators
|
admin: Administrators
|
||||||
selfservice: Selfservice
|
selfservice: Selfservice
|
||||||
scanstation: Scaning Stations
|
scanstation: Scanning Stations
|
||||||
beamershow: Beamer Show
|
beamershow: Beamer Show
|
||||||
search: Search
|
search: Search
|
||||||
editThisPage: "Edit this page →"
|
editThisPage: "Edit this page →"
|
||||||
|
|||||||
Reference in New Issue
Block a user