File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : Releases
2
-
3
2
on :
4
3
push :
5
- tags :
6
- - ' *'
7
-
4
+ env :
5
+ GOCRON2_VERSION : 1.6.6
8
6
jobs :
9
7
build :
10
8
runs-on : ubuntu-latest
33
31
file : ./all/Dockerfile
34
32
tags : ${{ steps.meta.outputs.tags }}
35
33
build-args : |
36
- GOCRON2_VERSION=1.6.5
34
+ GOCRON2_VERSION=${{env.GOCRON2_VERSION}}
37
35
- id : meta_server
38
36
uses : docker/metadata-action@v5
39
37
with :
53
51
file : ./server/Dockerfile
54
52
tags : ${{ steps.meta_server.outputs.tags }}
55
53
build-args : |
56
- GOCRON2_VERSION=1.6.5
54
+ GOCRON2_VERSION=${{env.GOCRON2_VERSION}}
57
55
- uses : actions/checkout@v4
58
56
- uses : christian-korneck/update-container-description-action@v1
59
57
env :
Original file line number Diff line number Diff line change 1
- FROM golang:1.20 AS builder
1
+ FROM golang:1.22 AS builder
2
2
3
3
ARG TARGETARCH
4
4
ARG GOCRON2_VERSION
You can’t perform that action at this time.
0 commit comments