Skip to content

Update repo URL, Copyright year, minor edit to functions #25

Update repo URL, Copyright year, minor edit to functions

Update repo URL, Copyright year, minor edit to functions #25

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/#-action@v3.2.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build Image
uses: docker/build-push-action@v6.3.0
with:
file: dockerfile
tags: ${{ secrets.DOCKERHUB_USERNAME }}/thuinfo-web:latest
push: false