mirror of
https://github.com/alexgo-io/gaze-indexer.git
synced 2026-01-12 22:43:22 +08:00
patch for alex
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.22 as builder
|
||||
FROM golang:1.24.2 as builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user