Skip to content

BUILD - Added emoji to CI/CD configs #15

BUILD - Added emoji to CI/CD configs

BUILD - Added emoji to CI/CD configs #15

Workflow file for this run

name: Automated deployment 🤖
on:
push:
pull_request:
jobs:
build:
name: Build image 🛠
runs-on: ubuntu-latest
steps:
- name: Checkout code 🔎
uses: actions/checkout@v3
- name: Build Docker image 🐳
run: |
docker build -f docker/staging/Dockerfile . --tag ${{ secrets.DOCKER_REGISTRY }}/stage-deployment