Skip to content
Snippets Groups Projects
Commit e37c4c0c authored by pratikbalar's avatar pratikbalar
Browse files

ci: add gha caching for dev imag

- I think we should skip caching in production image building because we want fresh image
parent 599d49b6
Branches
No related tags found
No related merge requests found
......@@ -57,6 +57,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: reallibrephotos/librephotos:dev
cache-from: type=gha
cache-to: type=gha,mode=max
release-job:
name: Releasing
......
......@@ -65,6 +65,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: reallibrephotos/librephotos-frontend:dev
cache-from: type=gha
cache-to: type=gha,mode=max
release-job:
name: Releasing
......
......@@ -52,6 +52,8 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: reallibrephotos/librephotos-proxy:dev
cache-from: type=gha
cache-to: type=gha,mode=max
release-job:
name: Releasing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment