Skip to content

Bump actions/upload-artifact from 1.0.0 to 4.3.1 #63

Bump actions/upload-artifact from 1.0.0 to 4.3.1

Bump actions/upload-artifact from 1.0.0 to 4.3.1 #63

Workflow file for this run

name: "Docker build"
on: push
jobs:
build-frontend:
name: "🚀 Build frontend image"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "🚀 Build Docker image"
uses: docker/build-push-action@v1
with:
path: frontend
push: false
build-backend:
name: "🚀 Build backend image"
runs-on: ubuntu-18.04
steps:
- name: "📥 Check-out"
uses: actions/checkout@v2
- name: "🚀 Build Docker image"
uses: docker/build-push-action@v1
with:
path: backend
push: false