Compare commits
1 Commits
renovate/d
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
| dad27cae64 |
@@ -73,7 +73,7 @@ jobs:
|
||||
type=raw,value=latest
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v7.0.0
|
||||
uses: docker/build-push-action@v6.18.0
|
||||
with:
|
||||
context: ./build
|
||||
push: ${{ gitea.event_name != 'pull_request' }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.25-alpine AS builder
|
||||
FROM golang:1.26-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user