Compare commits
3 Commits
feb2727610
...
c12eb0b381
Author | SHA1 | Date | |
---|---|---|---|
c12eb0b381 | |||
48f1281ba6 | |||
1d5a66a385 |
@ -2,7 +2,7 @@ name: Build Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TEST_TAG: mrmeeb/certbot-cron:test
|
TEST_TAG: mrmeeb/certbot-cron:test
|
||||||
|
@ -2,7 +2,7 @@ name: Test Pull Request
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
- 'develop'
|
- 'develop'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.19.1 as base
|
FROM alpine:3.20.0 as base
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
FROM base AS base-amd64
|
FROM base AS base-amd64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user