We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c93e250 commit 8125cd4Copy full SHA for 8125cd4
2 files changed
.github/workflows/release.yaml
@@ -2,7 +2,7 @@ name: Release Docker Image
2
on:
3
push:
4
tags:
5
- - v1.**
+ - v**
6
permissions:
7
contents: write
8
packages: write
Dockerfile
@@ -1,7 +1,7 @@
1
########################
# Builder Stage
-FROM golang:1.24.5 AS build
+FROM golang:1.25.5 AS build
WORKDIR /app
0 commit comments