We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9dc7546 + c417876 commit 8123f45Copy full SHA for 8123f45
.github/workflows/dockerhub.yml .github/workflows/build-publish.yml.github/workflows/dockerhub.yml renamed to .github/workflows/build-publish.yml
@@ -1,4 +1,4 @@
1
-name: DockerHub
+name: Build and publish Docker images
2
3
on:
4
workflow_dispatch:
@@ -11,7 +11,7 @@ on:
11
- "*.*.*"
12
paths:
13
- ".dockerignore"
14
- - ".github/workflows/dockerhub.yml"
+ - ".github/workflows/build-publish.yml"
15
- "Dockerfile"
16
- "Dockerfile.debian"
17
- "go.mod"
@@ -20,6 +20,7 @@ on:
20
21
jobs:
22
multiarch-build:
23
+ name: Build and publish image
24
strategy:
25
matrix:
26
base: [alpine, debian]
0 commit comments