Skip to content

Commit 50bf8c3

Browse files
authored
Update docker-image.yml
1 parent b31795f commit 50bf8c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docker Image CI
1+
name: Docker Build API
22

33
on:
44
push:
@@ -10,5 +10,5 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- name: Build the Docker image
13+
- name: Build the API Docker image
1414
run: docker build ShowcaseProject --file ShowcaseProject/ShowcaseAPI/Dockerfile --tag my-image-name:$(date +%s)

0 commit comments

Comments
 (0)