diff --git a/.github/workflows/build_docker_image.yml b/.github/workflows/build_docker_image.yml index 9ac34e26..e578b0a0 100644 --- a/.github/workflows/build_docker_image.yml +++ b/.github/workflows/build_docker_image.yml @@ -42,8 +42,8 @@ jobs: tags: | blsq/openhexa-frontend:${{ steps.version.outputs.number }} blsq/openhexa-frontend:latest - cache-from: type=registry,ref=user/app:latest - cache-to: type=inline + cache-from: type=gha + cache-to: type=gha,mode=max build-args: | "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}" "RELEASE=${{ steps.version.outputs.number }}" @@ -58,6 +58,8 @@ jobs: tags: | blsq/openhexa-frontend:${{ github.event.inputs.tag }} blsq/openhexa-frontend:latest + cache-from: type=gha + cache-to: type=gha,mode=max build-args: | "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}" "RELEASE=${{ steps.version.outputs.number }}"