planetarium / libplanet-explorer

Libplanet Explorer now belongs to the Libplanet monorepo. This repository remains read-only as historical archive.
https://github.com/planetarium/libplanet/tree/main/Libplanet.Explorer
10 stars 20 forks source link

GitHub Actions workflows were broken #101

Closed moreal closed 3 years ago

moreal commented 4 years ago

Now, there are two broken workflows, on push, push docker image, and you can see the logs in there push docker image/build_and_push#152ecf5, on push/build#152ecf5.

The reasons for them are each below:

To work:

moreal commented 4 years ago

We should update Dockerfile to use mcr.microsoft.com/dotnet/core/sdk:3.1.

It was resolved in #102

moreal commented 3 years ago

We should use GoogleCloudPlatform/github-actions/setup-gcloud instead the deprecated action.

It was resolved in #126.