Skip to content

feat: add photo support instead of image link under testimonials (#12) #23

feat: add photo support instead of image link under testimonials (#12)

feat: add photo support instead of image link under testimonials (#12) #23

Workflow file for this run

name: Dockerfile Build CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: Build portfolio docker image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: docker build . --file Dockerfile --tag sashuu69-portfolio-website:$(date +%s)