Skip to content
This repository has been archived by the owner on Jan 4, 2025. It is now read-only.

Merge branch 'main' into online #90

Merge branch 'main' into online

Merge branch 'main' into online #90

Workflow file for this run

name: Docker
on:
push:
branches: [ online ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push
uses: docker/build-push-action@v2
with:
context: .
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lyrify:online