Skip to content

Update module github.com/labstack/echo/v4 to v4.13.3 (#415) #26

Update module github.com/labstack/echo/v4 to v4.13.3 (#415)

Update module github.com/labstack/echo/v4 to v4.13.3 (#415) #26

name: Build Frontend for Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
frontend:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: piny940
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build and push Docker images
uses: docker/build-push-action@v5
with:
push: true
context: ./frontend
file: ./frontend/Dockerfile
tags: |
ghcr.io/piny940/kintai-frontend:1.0.${{ github.run_number }}
ghcr.io/piny940/kintai-frontend:latest