Skip to content
Snippets Groups Projects
Unverified Commit b05d68a9 authored by Niaz's avatar Niaz Committed by GitHub
Browse files

Merge pull request #24 from pratikbalar/main

ci: add gha caching for dev images
parents 599d49b6 e37c4c0c
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