diff --git a/.gitea/workflows/publish.yaml b/.gitea/workflows/publish.yaml index ed7ee92..75cfb9a 100644 --- a/.gitea/workflows/publish.yaml +++ b/.gitea/workflows/publish.yaml @@ -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/