Skip to content

Merge pull request #208 from acelaya/dependabot/npm_and_yarn/vite-4.5.1 #272

Merge pull request #208 from acelaya/dependabot/npm_and_yarn/vite-4.5.1

Merge pull request #208 from acelaya/dependabot/npm_and_yarn/vite-4.5.1 #272

Workflow file for this run

name: Continuous integration
on:
pull_request: null
push:
branches:
- main
jobs:
build-docker-image:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
- run: docker build -t acelaya/blog:temp .