Skip to content

Commit 2ec610e

Browse files
authored
Remove Docker build cache configuration (#16)
Removed caching configuration for Docker build.
1 parent 2c7943c commit 2ec610e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ jobs:
5858
tags: |
5959
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:${{ steps.vars.outputs.version }}
6060
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:latest
61-
cache-from: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:buildcache
62-
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_USERNAME }}/${{ env.APP_NAME }}:buildcache,mode=max
6361
build-args: |
6462
DOTNET_CLI_TELEMETRY_OPTOUT=1
6563
DOTNET_SKIP_FIRST_TIME_EXPERIENCE=1

0 commit comments

Comments
 (0)