Add context param to CI actions to be more precise

This commit is contained in:
OscarAkaElvis
2022-01-18 09:27:56 +01:00
parent 9d2dbe1c34
commit e6154e8857
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -30,5 +30,6 @@ jobs:
uses: docker/build-push-action@v2
with:
tags: oscarakaelvis/evil-winrm:beta
context: .
no-cache: true
push: true
+1
View File
@@ -30,5 +30,6 @@ jobs:
uses: docker/build-push-action@v2
with:
tags: oscarakaelvis/evil-winrm:latest
context: .
no-cache: true
push: true