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

Create docker-image.yml #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create docker-image.yml #15

wants to merge 1 commit into from

Conversation

l3r8yJ
Copy link
Member

@l3r8yJ l3r8yJ commented May 4, 2023

closes #14


PR-Codex overview

This PR adds a GitHub Actions workflow to build a Docker image on push and pull request events for the master branch.

Detailed summary:

  • Added .github/workflows/docker-image.yml file
  • Defined a workflow named Docker Image CI
  • Triggered on push and pull_request events for the master branch
  • Defined a job named build
  • Set the job to run on ubuntu-latest
  • Added two steps to the job:
    • actions/checkout@v3 to checkout the repository code
    • docker build . --file Dockerfile to build the Docker image from the Dockerfile in the repository

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@l3r8yJ l3r8yJ mentioned this pull request May 5, 2023
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.

Fix GHA for docker build
1 participant