🔨 Fix push wrong destination for docker image
This commit is contained in:
parent
3fc866b5e6
commit
65b6b4c6a1
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -2,7 +2,7 @@ name: release-nightly
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build-docker:
|
||||
@ -25,4 +25,4 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: xsheep2010/passport:nightly
|
||||
tags: xsheep2010/dealer:nightly
|
||||
|
Loading…
Reference in New Issue
Block a user