Skip to content

Merge branch 'master' into beta #10

Merge branch 'master' into beta

Merge branch 'master' into beta #10

Workflow file for this run

name: Push to Registry (Beta Build)
on:
push:
branches:
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Push image to AppVenture registry
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
registry: registry.nush.app
repository: e-notes
tags: beta