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 2a78727 commit e336644Copy full SHA for e336644
.github/workflows/docker-build-frontend.yml
@@ -11,4 +11,5 @@ jobs:
11
- uses: actions/checkout@v4
12
13
- name: Build the Frontend Docker image
14
- run: docker build ShowcaseProject --file ShowcaseProject/ShowcaseFrontend/Dockerfile --tag my-image-name:$(date +%s)
+ run: |
15
+ docker build ShowcaseProject --file ShowcaseProject/ShowcaseFrontend/Dockerfile --tag my-image-name:$(date +%s) ShowcaseProject
0 commit comments