Skip to content

feat: bililive url

feat: bililive url #5

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/[email protected]
- name: Docker Login
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: |
misakalinzi/misaka-bili-api
tags: |
type=sha
- name: Build and push Docker images
uses: docker/[email protected]
with:
push: true
tags: ${{ steps.meta.outputs.tags }}