Compare commits
5 Commits
1.3.0
...
fix/build-
| Author | SHA1 | Date | |
|---|---|---|---|
|
0fb6312706
|
|||
|
d765616d7c
|
|||
|
23c2a2a07c
|
|||
|
47bc7c9657
|
|||
|
30d95c69cd
|
@ -12,9 +12,12 @@ jobs:
|
|||||||
"Validate Image":
|
"Validate Image":
|
||||||
runs-on: [ubuntu-docker-latest, linux/amd64]
|
runs-on: [ubuntu-docker-latest, linux/amd64]
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- name: Build locally
|
- name: Build locally
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
load: true
|
load: true
|
||||||
tags: ${{ env.TEST_TAG }}
|
tags: ${{ env.TEST_TAG }}
|
||||||
provenance: false
|
provenance: false
|
||||||
|
|||||||
@ -55,7 +55,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: 1.22.2
|
go-version: 1.24.1
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v5
|
uses: goreleaser/goreleaser-action@v5
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.21.2 AS base
|
FROM alpine:3.21.3 AS base
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
FROM base AS base-amd64
|
FROM base AS base-amd64
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
# For pinning Python packages to then be parsed by Renovate
|
# For pinning Python packages to then be parsed by Renovate
|
||||||
|
|
||||||
certbot ==3.1.0
|
certbot ==3.3.0
|
||||||
certbot-dns-cloudflare ==3.1.0
|
certbot-dns-cloudflare ==3.3.0
|
||||||
apprise ==1.9.2
|
apprise ==1.9.2
|
||||||
Reference in New Issue
Block a user