Update frontend.yml (#286)

This commit is contained in:
e. g
2020-09-02 17:29:50 +02:00
committed by GitHub
parent 437ce23402
commit 227e35bb64
+1
View File
@@ -38,6 +38,7 @@ jobs:
run: yarn build
- name: Build and Push template image
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
if: matrix.node-version == '12.x'
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}