Compare commits
3 Commits
fix/build-
...
master
Author | SHA1 | Date | |
---|---|---|---|
7e70255067 | |||
ef4cbce8d2 | |||
db2dcbdf4b |
@ -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.24.1
|
||||
go-version: 1.24.2
|
||||
- name: Run GoReleaser
|
||||
uses: goreleaser/goreleaser-action@v5
|
||||
with:
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
certbot ==3.3.0
|
||||
certbot-dns-cloudflare ==3.3.0
|
||||
apprise ==1.9.2
|
||||
apprise ==1.9.3
|
Loading…
x
Reference in New Issue
Block a user