Skip to content

Commit

Permalink
Add cache_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
PolpOnline committed Nov 21, 2024
1 parent 4ab2995 commit 07039cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
context: './src/backend'
push: true
cache: true
cache_tag: ${{ env.IMAGE_NAME }}:latest
tags: |
${{ env.IMAGE_NAME }}:id-${{ env.DATE_STAMP }}
${{ env.IMAGE_NAME }}:latest
1 change: 1 addition & 0 deletions .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
context: './src/frontend'
push: true
cache: true
cache_tag: ${{ env.IMAGE_NAME }}:latest
tags: |
${{ env.IMAGE_NAME }}:id-${{ env.DATE_STAMP }}
${{ env.IMAGE_NAME }}:latest

0 comments on commit 07039cd

Please sign in to comment.