Compare commits
1 commit
fe77fb2435
...
9505a71be2
| Author | SHA1 | Date | |
|---|---|---|---|
| 9505a71be2 |
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ jobs:
|
||||||
context: ./backend
|
context: ./backend
|
||||||
push: true
|
push: true
|
||||||
tags: drew/captains-log-backend
|
tags: drew/captains-log-backend
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
docker-frontend:
|
docker-frontend:
|
||||||
name: Build and Push Frontend Image
|
name: Build and Push Frontend Image
|
||||||
|
|
@ -44,3 +46,5 @@ jobs:
|
||||||
context: ./frontend
|
context: ./frontend
|
||||||
push: true
|
push: true
|
||||||
tags: drew/captains-log-frontend
|
tags: drew/captains-log-frontend
|
||||||
|
cache-from: type=gha
|
||||||
|
cache-to: type=gha,mode=max
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue