Skip to content

Commit

Permalink
Updated workflow messages
Browse files Browse the repository at this point in the history
  • Loading branch information
koo04 committed Sep 27, 2024
1 parent 05c9d3a commit 217a83d
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-main-upload.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docker Upload Main Branch
run-name: ${{ github.actor }} is building and deploying to Docker Hub
run-name: ${{ github.actor }} is building and deploying development branch to Docker Hub
on:
push:
branches:
4 changes: 2 additions & 2 deletions .github/workflows/docker-upload.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Docker Upload
run-name: ${{ github.actor }} is building and deploying to Docker Hub
name: Docker Upload Version Branch
run-name: ${{ github.actor }} is building and deploying version branch to Docker Hub
on:
push:
tags:

0 comments on commit 217a83d

Please sign in to comment.