feature/docker-update (#6)
Reviewed-on: #6
This commit was merged in pull request #6.
	This commit is contained in:
		@@ -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 }}
 | 
			
		||||
 
 | 
			
		||||
@@ -5,10 +5,10 @@ on:
 | 
			
		||||
    branches:
 | 
			
		||||
      - main
 | 
			
		||||
  schedule:
 | 
			
		||||
    - cron: "0 6 * * SUN"
 | 
			
		||||
    - 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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user