Updated docker compose and build workflow for the guest_accounts branch

This commit is contained in:
Opnxng 2023-10-31 17:57:28 +08:00
parent edad09f4c9
commit 15686dbc97
2 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64 platforms: linux/amd64
push: true push: true
tags: zedeus/nitter:latest,zedeus/nitter:${{ github.sha }} tags: zedeus/nitter:guest_accounts,zedeus/nitter:${{ github.sha }}
build-docker-arm64: build-docker-arm64:
needs: [tests] needs: [tests]
runs-on: buildjet-2vcpu-ubuntu-2204-arm runs-on: buildjet-2vcpu-ubuntu-2204-arm
@ -59,4 +59,4 @@ jobs:
file: ./Dockerfile.arm64 file: ./Dockerfile.arm64
platforms: linux/arm64 platforms: linux/arm64
push: true push: true
tags: zedeus/nitter:latest-arm64,zedeus/nitter:${{ github.sha }}-arm64 tags: zedeus/nitter:guest_accounts-arm64,zedeus/nitter:${{ github.sha }}-arm64

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
nitter: nitter:
image: zedeus/nitter:latest image: zedeus/nitter:guest-accounts
container_name: nitter container_name: nitter
ports: ports:
- "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy - "127.0.0.1:8080:8080" # Replace with "8080:8080" if you don't use a reverse proxy