feature/docker-update #6

Merged
RogerSik merged 2 commits from feature/docker-update into main 2024-05-11 13:45:11 +02:00
3 changed files with 7 additions and 7 deletions
Showing only changes of commit a848aa64d6 - Show all commits

View File

@@ -6,7 +6,7 @@ on:
- main
jobs:
Dockerfile lint:
dockerfile_lint:
runs-on: k3s
steps:
- uses: actions/checkout@v4
@@ -15,7 +15,7 @@ jobs:
dockerfile: Dockerfile
build:
needs: Dockerfile lint
needs: dockerfile_lint
runs-on: k3s
steps:
- uses: actions/checkout@v4
@@ -24,7 +24,7 @@ jobs:
with:
image: rogersik/monica
registry: gitea.sikorski.cloud
tag: development
tag: "4.1-dev"
cache: true
username: rogersik
password: ${{ secrets.REGISTRY_PASSWORD }}

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

View File

@@ -1,5 +1,5 @@
# https://hub.docker.com/_/monica
FROM monica:4
FROM monica:4.1
RUN \
# Use the default production configuration