Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: push docker image #2

Merged
merged 1 commit into from
Aug 6, 2024
Merged

ci: push docker image #2

merged 1 commit into from
Aug 6, 2024

Conversation

ashleythedeveloper
Copy link
Collaborator

@ashleythedeveloper ashleythedeveloper commented Aug 6, 2024

Description

This PR adds a new GitHub Actions workflow to build and push Docker images to the GitHub Container Registry.

Mobile & Desktop Screenshots/Recordings

Screenshot 2024-08-06 at 10 41 57 PM

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation Update
  • 🎨 Style
  • 🧑‍💻 Code Refactor
  • 🔥 Performance Improvements
  • ✅ Test
  • 🤖 Build
  • 🔁 CI
  • 📦 Chore (Release)
  • ⏩ Revert

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 README.md
  • 📕 storybook
  • 🙅 no documentation needed

Copy link
Contributor

github-actions bot commented Aug 6, 2024

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 111/111
🟢 Branches 100% 14/14
🟢 Functions 100% 12/12
🟢 Lines 100% 108/108

Test suite run success

23 tests passing in 8 suites.

Report generated by 🧪jest coverage report action from 279716f

@kshychko
Copy link

kshychko commented Aug 6, 2024

@ashleythedeveloper, the Dockerfile is using build args now instead of env variables. That means that if we want use the other values rather then default, they need to be provided as build args during build. I assume that they need to be dynamic and therefore something like uncefact/project-vckit@234c72e needs to be done for the Dockerfile in this repo.

.github/workflows/package.yml Outdated Show resolved Hide resolved
@ashleythedeveloper ashleythedeveloper merged commit 8aed15c into next Aug 6, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants