Skip to content

Commit

Permalink
change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
LoSk-p committed May 15, 2024
1 parent 3f94039 commit 3c4b1b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
password: ${{secrets.GITHUB_TOKEN}}
- name: 'Build Inventory Image'
run: |
docker build libp2p-ws-proxy --build-arg BUILD_FROM="homeassistant/amd64-base:latest" --tag ghcr.io/PinoutLTD/libp2p-ws-proxy:latest
docker push ghcr.io/PinoutLTD/libp2p-ws-proxy:latest
docker build libp2p-ws-proxy --build-arg BUILD_FROM="homeassistant/amd64-base:latest" --tag ghcr.io/pinoutltd/libp2p-ws-proxy:latest
docker push ghcr.io/pinoutltd/libp2p-ws-proxy:latest
# - name: Publish
# uses: home-assistant/builder@master
# with:
Expand Down

0 comments on commit 3c4b1b6

Please sign in to comment.