Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Change cache to gha
Browse files Browse the repository at this point in the history
  • Loading branch information
izellevy committed Jan 3, 2024
1 parent 97cbc68 commit 2b136f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
inputs:
image-tag:
type: string
required: true
required: false
description: 'Docker image tag'
push:
env:
Expand Down Expand Up @@ -48,5 +48,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ env.REGISTRY }}/${{ env.REPOSITORY }}:${{ env.IMAGE_TAG }}
cache-from: type=registry,ref=${{ env.REPOSITORY }}:buildcache
cache-to: type=registry,ref=${{ env.REPOSITORY }}:buildcache,mode=max
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 2b136f1

Please sign in to comment.