We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ea621 commit ebca8fcCopy full SHA for ebca8fc
.github/workflows/epitome.yml
@@ -1,3 +1,4 @@
1
+---
2
name: Docker Build and Push Epitome Image
3
on:
4
push:
@@ -11,7 +12,7 @@ on:
11
12
- ".github/workflows/epitome.yml"
13
14
env:
- BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
15
+ BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
16
17
jobs:
18
build-and-push:
epitome/Dockerfile
@@ -1,7 +1,7 @@
###
# 1) build the binary
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 AS builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24 AS builder
5
6
ARG TARGETARCH
7
ENV GOOS=linux GOARCH=$TARGETARCH
0 commit comments