Skip to content

Commit

Permalink
Fix dockerfiles location
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita Pavlovskiy committed Aug 10, 2023
1 parent 31dfd1d commit 09df428
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master_merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
ghcr.io/nikitades/carres-api:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: apps/api/Dockerfile
context: apps/api

build-website-image:
runs-on: ubuntu-latest
Expand All @@ -99,7 +99,7 @@ jobs:
ghcr.io/nikitades/carres-website:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: apps/website/Dockerfile
context: apps/website

build-keycloak-image:
runs-on: ubuntu-latest
Expand All @@ -120,11 +120,11 @@ jobs:
with:
push: true
tags: |
ghcr.io/nikitades/carrer-keycloak:latest
ghcr.io/nikitades/carres-keycloak:latest
ghcr.io/nikitades/carres-keycloak:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
file: apps/keycloak/Dockerfile
context: apps/keycloak

deploy:
name: Deploy
Expand Down

0 comments on commit 09df428

Please sign in to comment.