add docker install
All checks were successful
Build and publish Image / build-and-push (push) Successful in 1m9s
All checks were successful
Build and publish Image / build-and-push (push) Successful in 1m9s
This commit is contained in:
@@ -15,6 +15,9 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Install Docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
- name: Build Docker image
|
||||
run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:latest ./Docker/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user