Skip to content

Commit 9686df3

Browse files
committed
Update workflow name
1 parent 0b75e36 commit 9686df3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker_build_lib.yml renamed to .github/workflows/docker_build_rogue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# contained in the LICENSE.txt file.
1111
# ----------------------------------------------------------------------------
1212

13-
name: Docker Build for a Library
13+
name: Docker Build for Rogue
1414

1515
on:
1616
workflow_call:
@@ -23,7 +23,7 @@ on:
2323
required: true
2424

2525
jobs:
26-
docker_build_rogue:
26+
docker_build:
2727
name: Docker Build
2828
runs-on: ubuntu-24.04
2929
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)