Skip to content

install sequelize in the docker container to run migrations #18

install sequelize in the docker container to run migrations

install sequelize in the docker container to run migrations #18

name: Publish Main Image
on:
push:
branches: [main]
paths:
- "server/**"
- "client/**"
- "nginx/**"
workflow_dispatch:
jobs:
push_latest_to_registry:
name: Build & Push
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker images
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64
push: true
tags: shaneisrael/wordgame:latest