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