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 Feb 25, 2024
1 parent e830850 commit 466db31
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,6 @@ jobs:
docker push $GITHUB_REF_IMAGE
docker push $GITHUB_BRANCH_IMAGE
dockerhub:
name: Deploy to Docker Hub
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3

- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -100,4 +92,3 @@ jobs:
echo ${{ secrets.GHCR_TOKEN }} | podman login ghcr.io -u secrets.GHCR_USERNAME --password-stdin
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 466db31

Please sign in to comment.