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 04cad24 commit e3ccde7Copy full SHA for e3ccde7
.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: /KubernetesTestApp/.
+ context: ./KubernetesTestApp/.
38
push: true
39
tags: ${{ secrets.DOCKERHUB_USERNAME }}/kubernetestestapp:latest
0 commit comments