Skip to content

fix: disable时禁用keep-alive #120

fix: disable时禁用keep-alive

fix: disable时禁用keep-alive #120

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: docker build . --file Dockerfile --tag bangbang93/openbmclapi
- name: Login to docker hub
run: docker login -u ${{secrets.HUB_USERNAME}} -p ${{secrets.HUB_PASSWORD}}
- name: Publish image
run: docker push bangbang93/openbmclapi