Skip to content

Commit

Permalink
Change build cache image tag in "Release" workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aminvsf committed Jun 16, 2024
1 parent e3d8bfd commit 78ef7c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
context: .
push: true
tags: ${{ env.IMAGE }}:${{ matrix.PG_VERSION }}-${{ github.event.release.tag_name }}
cache-from: type=registry,ref=${{ env.IMAGE }}-${{ matrix.PG_VERSION }}:buildcache
cache-to: type=registry,ref=${{ env.IMAGE }}-${{ matrix.PG_VERSION }}:buildcache,mode=max
cache-from: type=registry,ref=${{ env.IMAGE }}:${{ matrix.PG_VERSION }}-buildcache
cache-to: type=registry,ref=${{ env.IMAGE }}:${{ matrix.PG_VERSION }}-buildcache,mode=max

0 comments on commit 78ef7c2

Please sign in to comment.