Skip to content

Commit

Permalink
构建docker容器
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Jun 7, 2024
1 parent df49a80 commit ed7e40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ jobs:
context: ./
file: ./Dockerfile.tpl
push: true
tags: wushuo894/WallpaperVideo:latest
tags: wushuo894/wallpaper-video:latest
- name: DockerHub Description
uses: peter-evans/[email protected]
env:
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKERHUB_REPOSITORY: wushuo894/WallpaperVideo
DOCKERHUB_REPOSITORY: wushuo894/wallpaper-video
README_FILEPATH: ./README.md

0 comments on commit ed7e40d

Please sign in to comment.