Update CI file. Removed unneded files. #65

Closed
werewolfkid wants to merge 4 commits from gitea into main
4 changed files with 16 additions and 120 deletions
Showing only changes of commit a7f8b7acf8 - Show all commits

View File

@@ -7,8 +7,8 @@ on:
branches: [main]
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}
REGISTRY: gitea.lucids-cove.duckdns.org
IMAGE_NAME: no-twitter-bot
jobs:
build-and-push-docker-image:
@@ -31,7 +31,7 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.HUB_USER }}
username: ${{ secrets.HUB_USER }}
password: ${{ secrets.HUB_TOKEN }}
- name: "Setup Docker buildx"
uses: docker/setup-buildx-action@v2