Skip to content

v1.4.1 1. Fix the format error of the downloaded file 2. Fixed the is… #68

v1.4.1 1. Fix the format error of the downloaded file 2. Fixed the is…

v1.4.1 1. Fix the format error of the downloaded file 2. Fixed the is… #68

Workflow file for this run

name: Build images
on:
push:
tags:
- 'v[0-9].[0-9]+.[0-9]+**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build gcopy & gcopy-frontend image
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
make push-container