Skip to content

chore(deps-dev): bump vite from 4.4.7 to 4.4.12 (#55) #13

chore(deps-dev): bump vite from 4.4.7 to 4.4.12 (#55)

chore(deps-dev): bump vite from 4.4.7 to 4.4.12 (#55) #13

name: Build and Publish Docker Image
on:
workflow_dispatch:
push:
branches:
- develop
env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}:${{ github.ref_name }}
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ env.IMAGE_NAME }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
dockerfile: Dockerfile.production