🔨 Fix push wrong destination for docker image

This commit is contained in:
LittleSheep 2024-07-16 12:11:57 +08:00
parent 3fc866b5e6
commit 65b6b4c6a1

View File

@ -2,7 +2,7 @@ name: release-nightly
on: on:
push: push:
branches: [ master ] branches: [master]
jobs: jobs:
build-docker: build-docker:
@ -25,4 +25,4 @@ jobs:
context: . context: .
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: xsheep2010/passport:nightly tags: xsheep2010/dealer:nightly