Skip to content

Commit 82fd655

Browse files
author
Grzegorz Siewruk
committed
adding ghcr images
1 parent 01413a5 commit 82fd655

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/docker-build-backend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'backend/**'
97

108
jobs:
119
unit-testing:

.github/workflows/docker-build-base.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
paths:
10-
- 'backend/Dockerfile.base'
119

1210
jobs:
1311
build-base:

.github/workflows/docker-build-frontend.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
paths:
8-
- 'frontend/**'
97

108
jobs:
119
build-and-push-frontend:

0 commit comments

Comments
 (0)