change working directory

This commit is contained in:
Erin Grasmick
2020-07-21 16:32:36 +02:00
parent 0cd1b02d58
commit 4340026d54
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ jobs:
run: yarn build
- name: Build and Push template image
working-directory: ./frontend
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
with:
username: ${{ secrets.DOCKER_USERNAME }}