Skip to content

Added logos to footer #364

Added logos to footer

Added logos to footer #364

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test
- name: Build the Docker image
run: docker build . --file Dockerfile --tag macterra/artx-market:$(date +%s)