Skip to content

Commit bd61210

Browse files
committed
build temporary testing image
1 parent 8fe1472 commit bd61210

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/http-01.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Build http-01 image
2+
on:
3+
push:
4+
branches:
5+
- http-01
6+
paths-ignore:
7+
- "*.md"
8+
- "LICENSE"
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
14+
jobs:
15+
build-http-01:
16+
uses: ./.github/workflows/build-docker.yml
17+
with:
18+
flavor: |
19+
latest=false
20+
tags: |
21+
type=raw,value=2.0.0-http-01

0 commit comments

Comments
 (0)