https://github.com/ranjithdb/gh-actions-docker-01
Running a Docker Container with GitHub Actions
https://github.com/ranjithdb/gh-actions-docker-01
docker github-actions
Last synced: 25 days ago
JSON representation
Running a Docker Container with GitHub Actions
- Host: GitHub
- URL: https://github.com/ranjithdb/gh-actions-docker-01
- Owner: ranjithdb
- Created: 2025-03-02T13:18:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-02T13:41:08.000Z (over 1 year ago)
- Last Synced: 2025-03-02T14:28:14.158Z (over 1 year ago)
- Topics: docker, github-actions
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-actions-docker-01
## Running a Docker Container with GitHub Actions
GitHub Actions runs a container by specifying a Docker image in a workflow. The job uses runs-on: ubuntu-24.04 and defines a step with container: image-name. The container executes commands inside it, providing an isolated runtime for tasks.