diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3bbcca6..6be6ba8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,7 @@ jobs: --tag ${DOCKERHUB_REPOSITORY} --platform linux/amd64 --cache-from type=registry,ref=${DOCKERHUB_REPOSITORY} - --cache-to type=inline - --push + --load . - name: Tagging Docker Image by SemVer and publish