Skip to content

Commit

Permalink
Merge pull request #4 from robbrad/robbrad-patch-1
Browse files Browse the repository at this point in the history
Robbrad patch 1
  • Loading branch information
robbrad authored Apr 16, 2024
2 parents d67ebc1 + 8d185cb commit 69d0e8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 39 deletions.
38 changes: 0 additions & 38 deletions .github/workflows/build-docker.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,16 @@ jobs:
- name: Build and publish package
run: |
poetry config pypi-token.pypi "${{ secrets.PYPI_API_KEY }}"
poetry publish --build
poetry publish --build
- name: Build Docker image
run: docker build -t robbrad182/dragonfly-dome-controller .

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: robbrad182/dragonfly-dome-controller
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_API_KEY }}
registry: docker.io
snapshot: true

0 comments on commit 69d0e8e

Please sign in to comment.