You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN unzip build/distributions/github-actions-typing.zip -d dist
Eliminate risk of failures during image building in actions' runtime, like:
* What went wrong:
Error resolving plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.7.0']
> Could not resolve all dependencies for configuration 'detachedConfiguration1'.
> Could not determine artifacts for org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.0
> Could not get resource 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/jvm/org.jetbrains.kotlin.jvm.gradle.plugin/1.7.0/org.jetbrains.kotlin.jvm.gradle.plugin-1.7.0.jar'.
> Could not HEAD 'https://plugins.gradle.org/m2/org/jetbrains/kotlin/jvm/org.jetbrains.kotlin.jvm.gradle.plugin/1.7.0/org.jetbrains.kotlin.jvm.gradle.plugin-1.7.0.jar'.
> Read timed out
The biggest challenge will be to ensure that if the user uses this action in a certain version/commit hash/branch, then the right Docker image is used.
The text was updated successfully, but these errors were encountered:
Part of #4.
Thanks to this, the users don't need to wait for the project to build with Gradle,
which took around 1-2 minutes. Now it takes a few seconds to build the Docker image,
and under 1 second to run the action itself.
Goals:
github-actions-typing/Dockerfile
Lines 1 to 6 in fde861a
The biggest challenge will be to ensure that if the user uses this action in a certain version/commit hash/branch, then the right Docker image is used.
The text was updated successfully, but these errors were encountered: