feature/docker-update
Some checks failed
docker-monica-build mr / dockerfile_lint (push) Successful in 3s
docker-monica-build mr / build (push) Has been cancelled

This commit is contained in:
2024-05-11 13:44:17 +02:00
parent 62d16cda00
commit a848aa64d6
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ on:
- cron: "0 6 * * SUN"
jobs:
Dockerfile lint:
dockerfile_lint:
runs-on: k3s
steps:
- uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
dockerfile: Dockerfile
build:
needs: Dockerfile lint
needs: dockerfile_lint
runs-on: k3s
steps:
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
with:
image: rogersik/monica
registry: gitea.sikorski.cloud
tag: 4
tag: '4.1'
# tag_with_latest: true # https://github.com/aevea/action-kaniko/issues/66
cache: true
username: rogersik