m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 01:23:39 -05:00

Add caching

This commit is contained in:
Sergio
2024-07-11 13:32:43 +03:00
parent f88f7d90f9
commit ae0c6ed50f
2 changed files with 4 additions and 0 deletions

View File

@@ -79,6 +79,8 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
tags: ghcr.io/sergi0g/cup:${{ needs.get-tag.outputs.tag }},ghcr.io/sergi0g/cup:latest
cache-from: type=gha
cache-to: type=gha,mode=max
release:
runs-on: ubuntu-latest

View File

@@ -91,6 +91,8 @@ jobs:
platforms: linux/amd64, linux/arm64
push: true
tags: ghcr.io/sergi0g/cup:${{ needs.create-tag.outputs.tagname }}
cache-from: type=gha
cache-to: type=gha,mode=max
nightly-release:
runs-on: ubuntu-latest