Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4103bbdabe | |||
| 6d4403012f | |||
| e69abd85b6 | |||
| 54179a7112 | |||
| d7ec5e852b | |||
| dc0a4af27f | |||
| 032b6e5096 |
@@ -79,7 +79,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Build and push Docker image (release)
|
- name: Build and push Docker image (release)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
@@ -97,7 +97,7 @@ jobs:
|
|||||||
if: steps.version.outputs.IS_PRERELEASE == 'false'
|
if: steps.version.outputs.IS_PRERELEASE == 'false'
|
||||||
|
|
||||||
- name: Build and push Docker image (pre-release)
|
- name: Build and push Docker image (pre-release)
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v7
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.26.0-alpine AS go_builder
|
FROM golang:1.26.1-alpine AS go_builder
|
||||||
|
|
||||||
ARG VERSION=dev
|
ARG VERSION=dev
|
||||||
ARG BUILD_DATE=unknown
|
ARG BUILD_DATE=unknown
|
||||||
|
|||||||
Reference in New Issue
Block a user