Skip to content

Bump vite from 4.5.2 to 4.5.3 #44

Bump vite from 4.5.2 to 4.5.3

Bump vite from 4.5.2 to 4.5.3 #44

Workflow file for this run

name: docker
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Login to registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with:
context: .
push: ${{ github.event_name == 'push' }}
tags: ghcr.io/${{ github.repository_owner }}/website:latest