mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 17:40:35 +08:00
test docker
This commit is contained in:
parent
a674e34c56
commit
5da303c767
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -13,8 +13,6 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- "docker/*/Dockerfile"
|
- "docker/*/Dockerfile"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -77,7 +77,7 @@ jobs:
|
|||||||
version.json
|
version.json
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
tag_name: ${{ steps.convert_version.outputs.VERSION }}
|
tag_name: ${{ steps.convert_version.outputs.VERSION }}
|
||||||
title: Release-${{ steps.convert_version.outputs.VERSION }}
|
name: Release-${{ steps.convert_version.outputs.VERSION }}
|
||||||
body: ${{ steps.update_data.outputs.CHANGELOG }}
|
body: ${{ steps.update_data.outputs.CHANGELOG }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# This file can running at actions
|
# This file can running at actions
|
||||||
# If you build this image on local, need download media.zip from WEBSOFT9_ARTIFACT to docker/apphub directory
|
# If you build this image on local, need download media.zip from WEBSOFT9_ARTIFACT to docker/apphub directory
|
||||||
|
|
||||||
# modify time: 202312081919, you can modify here to trigger Docker Build action
|
# modify time: 202312110754, you can modify here to trigger Docker Build action
|
||||||
|
|
||||||
|
|
||||||
FROM python:3.10-slim-bullseye
|
FROM python:3.10-slim-bullseye
|
||||||
|
Loading…
Reference in New Issue
Block a user