Skip to content

Cleanup code & Nullable annotations #22

Cleanup code & Nullable annotations

Cleanup code & Nullable annotations #22

Workflow file for this run

name: Docker Build Image
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Docker Login
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Image
uses: docker/[email protected]
with:
file: dockerfile
tags: ${{ secrets.DOCKERHUB_USERNAME }}/thuinfo-web:latest
push: false