patch for alex

This commit is contained in:
mhatal
2025-04-09 07:36:00 -05:00
parent 58f8497997
commit 11f1e8ac2f
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ on:
- "v**" # e.g. v1.0.0
env:
IMAGE_REPO: ghcr.io/gaze-network/gaze-indexer
IMAGE_REPO: ghcr.io/alexgo-io/gaze-indexer
jobs:
prepare:
@@ -33,5 +33,5 @@ jobs:
with:
context: .
dockerfile: Dockerfile
image-repo: "ghcr.io/gaze-network/gaze-indexer"
image-repo: "ghcr.io/alexgo-io/gaze-indexer"
image-tag: ${{ needs.prepare.outputs.tag }}

View File

@@ -1,4 +1,4 @@
FROM golang:1.22 as builder
FROM golang:1.24.2 as builder
WORKDIR /app