We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20686be commit 5a75ea2Copy full SHA for 5a75ea2
.github/workflows/deployment.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Build Docker image
18
run: |
19
echo "Building Docker image for WebClient"
20
- docker build -t arekkrawczyk/homee.website:latest ./WebClient
+ docker build -t darekkrawczyk/homee.website:latest ./WebClient
21
22
- name: Push Docker image
23
env:
0 commit comments