feat: add GitHub Actions workflow for building Docker images on feature PRs
All checks were successful
Build Docker Image for Feature PRs / build (pull_request) Successful in 1m29s
All checks were successful
Build Docker Image for Feature PRs / build (pull_request) Successful in 1m29s
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -11,10 +11,6 @@ env:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
#container:
|
||||
#image: docker
|
||||
#options: --privileged
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
Reference in New Issue
Block a user