Closed CRBl69 closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
emojicoin-dot-fun | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 30, 2024 5:58pm |
emojicoin-dot-fun-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 30, 2024 5:58pm |
PR Description:
Summary:
This PR introduces a new GitHub Actions workflow for building and pushing the Aptos node Docker image to Docker Hub. It also includes updates to the pre-commit configuration and spelling dictionary files to support these changes.
Key Changes:
New GitHub Actions Workflow:
push-aptos-node.yaml
) to automate the process of building and pushing theeconialabs/emojicoin-dot-fun-aptos-node
Docker image.aptos-node-v*
.Updates to
cspell-dictionary.txt
:hadolint
andrustflags
, to the spelling dictionary.Updates to
pre-commit-config.yaml
:Impact:
These changes automate the Docker image deployment process for the Aptos node, ensuring that every tagged release is consistently built and published. Additionally, the updates to configuration files improve development workflows by enhancing linting and pre-commit checks.