Skip to content

Safari does support command + 1. #63

Safari does support command + 1.

Safari does support command + 1. #63

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