Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file wont do us much good in this location, make sure you change the path as directed to continue!

name: Node CI

name: Docker CD
yaml name: Docker CD
on:
push:
# branches-ignore:
Expand Down Expand Up @@ -47,3 +47,21 @@ jobs:
npm test
env:
CI: true
Build-and-Push-Docker-Image:
runs-on: ubuntu-latest
needs: test
name: Docker Build, Tag, Push

steps:
- name: Checkout
uses: actions/checkout@v1
- name: Download built artifact
uses: actions/download-artifact@master
with:
name: webpack artifacts
path: public
- name: Build, Tag, Push
uses: mattdavis0351/actions/docker-gpr@v1.3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
image-name: tic-tac-toe