Compare commits
No commits in common. "master" and "1.3.0" have entirely different histories.
@ -12,12 +12,9 @@ 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.24.2
|
go-version: 1.22.2
|
||||||
- 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.3 AS base
|
FROM alpine:3.21.2 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.3.0
|
certbot ==3.1.0
|
||||||
certbot-dns-cloudflare ==3.3.0
|
certbot-dns-cloudflare ==3.1.0
|
||||||
apprise ==1.9.3
|
apprise ==1.9.2
|
Loading…
x
Reference in New Issue
Block a user