add docker install
All checks were successful
Build and publish Image / build-and-push (push) Successful in 1m9s

This commit is contained in:
2024-02-04 07:33:59 +00:00
parent 3f98fc33d4
commit a151cab3a8

View File

@@ -15,6 +15,9 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Docker
run: curl -fsSL https://get.docker.com | sh
- name: Build Docker image - name: Build Docker image
run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:latest ./Docker/ run: docker build -t harbor.evanshome.io/library/py-eagle-mqtt:latest ./Docker/