Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit a27f989

Browse files
committed
use current path as docker build context
1 parent f312637 commit a27f989

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
- name: Push to Docker Hub
2222
uses: docker/build-push-action@v2
2323
with:
24+
context: .
2425
push: true
2526
tags: ghandmann/contacts-api:latest

0 commit comments

Comments
 (0)