Skip to content

vv1.2.12

vv1.2.12 #57

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@v3
- name: Build gcopy & gcopy-frontend image
run: |
echo "${{ secrets.REGISTRY_PASSWORD }}" | docker login -u "${{ secrets.REGISTRY_USERNAME }}" --password-stdin
make push-container