diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 0527125..50316d9 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: with: # list of Docker images to use as base name for tags images: | - git.fai.st/fedi-image-bot/bot-api + git.fai.st/bizcochito/bizcochito.onion # generate Docker tags based on the following events/attributes tags: | type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'main') }}