Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
chore(ci): fix cache image naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4d3tv committed Mar 14, 2023
1 parent 5baaf04 commit f160e0c
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 @@ -44,8 +44,8 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: GITHUB_RUN_NUMBER=${{ env.GITHUB_RUN_NUMBER }}
cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:buildcache,mode=max
cache-from: type=registry,ref=${{ env.REGISTRY }}/discors:buildcache
cache-to: type=registry,ref=${{ env.REGISTRY }}/discors:buildcache,mode=max

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit f160e0c

Please sign in to comment.