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 69bac49 commit e29d81aCopy full SHA for e29d81a
.github/workflows/docker-push.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Build and Push Docker hub
32
uses: docker/build-push-action@v2
33
with:
34
- context: .
+ context: ./code
35
platforms: linux/amd64
36
push: true
37
tags: |
0 commit comments