We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31795f commit 50bf8c3Copy full SHA for 50bf8c3
.github/workflows/docker-image.yml
@@ -1,4 +1,4 @@
1
-name: Docker Image CI
+name: Docker Build API
2
3
on:
4
push:
@@ -10,5 +10,5 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
13
- - name: Build the Docker image
+ - name: Build the API Docker image
14
run: docker build ShowcaseProject --file ShowcaseProject/ShowcaseAPI/Dockerfile --tag my-image-name:$(date +%s)
0 commit comments