Skip to content

Commit 6d4dc7d

Browse files
committed
Rename Docker publish workflow to indicate production environment and update job name for clarity
1 parent 0ffe997 commit 6d4dc7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker-images-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Publish
1+
name: Docker Publish (Production)
22

33
on:
44
workflow_dispatch:
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212

13-
ssh:
13+
build:
1414
uses: ./.github/workflows/service_docker-build-and-publish.yml
1515
with:
1616
tags: "serversideup/proftpd:latest"

0 commit comments

Comments
 (0)