Skip to content

created branch

created branch #7

Workflow file for this run

name: Build
on:
workflow_run:
workflows: ["Test"]
types: [completed]
branches: [main]
pull_request:
types: [labeled]
env:
GITLAB_REGISTRY: registry.gitlab.com
jobs:
package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build and push Docker image
run: |
echo ${{ github.ref_name }}
echo '${{ toJSON(github) }}'