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 ecb1d27 commit 04cad24Copy full SHA for 04cad24
.github/workflows/dotnet.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Build and push Docker image
35
uses: docker/build-push-action@v4
36
with:
37
- context: .
+ context: /KubernetesTestApp/.
38
push: true
39
tags: ${{ secrets.DOCKERHUB_USERNAME }}/kubernetestestapp:latest
0 commit comments