install docker in pipeline
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5m20s
Some checks failed
Build and Push Docker Container / build-and-push (push) Failing after 5m20s
This commit is contained in:
@@ -12,6 +12,11 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: node:18
|
image: node:18
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Docker
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y docker.io
|
||||||
|
|
||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user