Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: dictionary item duplicate #11

fix: dictionary item duplicate

fix: dictionary item duplicate #11

Workflow file for this run

name: Docker Image CI
on:
workflow_dispatch: {}
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64
file: ./Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/starrail-dictionary-backend:latest