Skip to content

chore(deps): update dependency @cypress/schematic to v3 (major) #2513

chore(deps): update dependency @cypress/schematic to v3 (major)

chore(deps): update dependency @cypress/schematic to v3 (major) #2513

Workflow file for this run

name: Docker Build CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Build the Docker image
run: >-
docker build .
--file Dockerfile
--tag anclarma/blog-angular:"$(date +%s)"