Skip to content

Commit 8123f45

Browse files
authored
Merge pull request #521 from nginx-proxy/workflow-rename
ci: rename build / publish workflow
2 parents 9dc7546 + c417876 commit 8123f45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/dockerhub.yml renamed to .github/workflows/build-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: DockerHub
1+
name: Build and publish Docker images
22

33
on:
44
workflow_dispatch:
@@ -11,7 +11,7 @@ on:
1111
- "*.*.*"
1212
paths:
1313
- ".dockerignore"
14-
- ".github/workflows/dockerhub.yml"
14+
- ".github/workflows/build-publish.yml"
1515
- "Dockerfile"
1616
- "Dockerfile.debian"
1717
- "go.mod"
@@ -20,6 +20,7 @@ on:
2020

2121
jobs:
2222
multiarch-build:
23+
name: Build and publish image
2324
strategy:
2425
matrix:
2526
base: [alpine, debian]

0 commit comments

Comments
 (0)