Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
inciner8r authored Sep 25, 2023
1 parent e8547a9 commit 0eec74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ jobs:
script: |
pwd
cd airbot
podman stop airbot && podman rm airbot && podman image rm airbot
sudo podman stop airbot && sudo podman rm airbot && sudo podman image rm airbot
echo ${{ secrets.GHCR_TOKEN }} | podman login ghcr.io -u secrets.GHCR_USERNAME --password-stdin
podman pull ghcr.io/myriadflow/airbot:main
podman run --name="airbot" --env-file=.env --net=bridge -d ghcr.io/myriadflow/airbot:main
sudo podman pull ghcr.io/myriadflow/airbot:main
sudo podman run --name="airbot" --env-file=.env --net=bridge -d ghcr.io/myriadflow/airbot:main

0 comments on commit 0eec74b

Please sign in to comment.