upload images to tigris

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso 2025-01-14 11:54:59 -05:00
parent 4a5334c8dd
commit 7f8ccd7e3a
No known key found for this signature in database

View File

@ -5,7 +5,7 @@ on:
branches: ['main']
env:
REGISTRY: ghcr.io
REGISTRY: anu-registry.fly.dev
OWNER: xeserv
IMAGE_NAME: xeserv/waifuwave
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
@ -29,8 +29,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ env.REGISTRY }}
username: ${{ env.OWNER }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ env.AWS_ACCESS_KEY_ID }}
password: ${{ env.AWS_SECRET_ACCESS_KEY }}
- id: install-aws-cli
uses: unfor19/install-aws-cli-action@v1