mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-09-27 01:56:03 +08:00
feat: change "dev" tag to be "latest" for images
This commit is contained in:
2
.github/workflows/push_dev_branch.yaml
vendored
2
.github/workflows/push_dev_branch.yaml
vendored
@@ -33,6 +33,6 @@ jobs:
|
||||
uses: elgohr/Publish-Docker-Github-Action@master
|
||||
with:
|
||||
name: onepanel/core
|
||||
tags: "dev"
|
||||
tags: "latest"
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_TOKEN }}
|
Reference in New Issue
Block a user