Skip to content

Commit e29d81a

Browse files
authored
Update docker-push.yml
1 parent 69bac49 commit e29d81a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build and Push Docker hub
3232
uses: docker/build-push-action@v2
3333
with:
34-
context: .
34+
context: ./code
3535
platforms: linux/amd64
3636
push: true
3737
tags: |

0 commit comments

Comments
 (0)