Skip to content

Commit a58c0c9

Browse files
authored
Simplify Docker build step in workflow
1 parent e336644 commit a58c0c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-build-frontend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Build the Frontend Docker image
14-
run: |
15-
docker build ShowcaseProject --file ShowcaseProject/ShowcaseFrontend/Dockerfile --tag my-image-name:$(date +%s) ShowcaseProject
14+
run: docker build ShowcaseProject --file ShowcaseProject/ShowcaseFrontend/Dockerfile --tag my-image-name:$(date +%s) ShowcaseProject

0 commit comments

Comments
 (0)