Set right build context for Docker job

This commit is contained in:
Eros Candelaresi 2021-07-15 16:07:35 +02:00
parent e980e1ec80
commit c21ea87492

View file

@ -54,6 +54,7 @@ jobs:
- name: Set up Docker - name: Set up Docker
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
context: .
push: false push: false
tags: my_container:latest tags: my_container:latest