Skip to content

Use docker hub images. #56

Use docker hub images.

Use docker hub images. #56

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