feature/docker-update #6
@@ -9,4 +9,8 @@ indent_size = 2
 | 
				
			|||||||
end_of_line = lf
 | 
					end_of_line = lf
 | 
				
			||||||
charset = utf-8
 | 
					charset = utf-8
 | 
				
			||||||
trim_trailing_whitespace = true
 | 
					trim_trailing_whitespace = true
 | 
				
			||||||
insert_final_newline = true
 | 
					insert_final_newline = true
 | 
				
			||||||
 | 
					quote_type = single
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[{Makefile,**.mk}]
 | 
				
			||||||
 | 
					indent_style = tab
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ on:
 | 
				
			|||||||
      - main
 | 
					      - main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  Dockerfile lint:
 | 
					  dockerfile_lint:
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: k3s
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
@@ -15,7 +15,7 @@ jobs:
 | 
				
			|||||||
          dockerfile: Dockerfile
 | 
					          dockerfile: Dockerfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    needs: Dockerfile lint
 | 
					    needs: dockerfile_lint
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: k3s
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
@@ -24,7 +24,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          image: rogersik/monica
 | 
					          image: rogersik/monica
 | 
				
			||||||
          registry: gitea.sikorski.cloud
 | 
					          registry: gitea.sikorski.cloud
 | 
				
			||||||
          tag: development
 | 
					          tag: '4.1-dev'
 | 
				
			||||||
          cache: true
 | 
					          cache: true
 | 
				
			||||||
          username: rogersik
 | 
					          username: rogersik
 | 
				
			||||||
          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
					          password: ${{ secrets.REGISTRY_PASSWORD }}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,10 +5,10 @@ on:
 | 
				
			|||||||
    branches:
 | 
					    branches:
 | 
				
			||||||
      - main
 | 
					      - main
 | 
				
			||||||
  schedule:
 | 
					  schedule:
 | 
				
			||||||
    - cron: "0 6 * * SUN"
 | 
					    - cron: '0 6 * * SUN'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
jobs:
 | 
					jobs:
 | 
				
			||||||
  Dockerfile lint:
 | 
					  dockerfile_lint:
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: k3s
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
@@ -17,7 +17,7 @@ jobs:
 | 
				
			|||||||
          dockerfile: Dockerfile
 | 
					          dockerfile: Dockerfile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build:
 | 
					  build:
 | 
				
			||||||
    needs: Dockerfile lint
 | 
					    needs: dockerfile_lint
 | 
				
			||||||
    runs-on: k3s
 | 
					    runs-on: k3s
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - uses: actions/checkout@v4
 | 
					      - uses: actions/checkout@v4
 | 
				
			||||||
@@ -27,7 +27,7 @@ jobs:
 | 
				
			|||||||
        with:
 | 
					        with:
 | 
				
			||||||
          image: rogersik/monica
 | 
					          image: rogersik/monica
 | 
				
			||||||
          registry: gitea.sikorski.cloud
 | 
					          registry: gitea.sikorski.cloud
 | 
				
			||||||
          tag: 4
 | 
					          tag: '4.1'
 | 
				
			||||||
          # tag_with_latest: true # https://github.com/aevea/action-kaniko/issues/66
 | 
					          # tag_with_latest: true # https://github.com/aevea/action-kaniko/issues/66
 | 
				
			||||||
          cache: true
 | 
					          cache: true
 | 
				
			||||||
          username: rogersik
 | 
					          username: rogersik
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
# https://hub.docker.com/_/monica
 | 
					# https://hub.docker.com/_/monica
 | 
				
			||||||
FROM monica:4
 | 
					FROM monica:4.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN \
 | 
					RUN \
 | 
				
			||||||
  # Use the default production configuration
 | 
					  # Use the default production configuration
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user