update
vintage-story-build-latest / Docker prune (vm-docker-build2) (push) Successful in 2s
vintage-story-build-latest / poll-debian-base-and-detect-changes (push) Successful in 6s
vintage-story-build-latest / Build and Push latest (push) Successful in 25s
vintage-story-build-latest / generate-changelogs (push) Successful in 8s
vintage-story-build-latest / generate-build-info (push) Successful in 9s
vintage-story-build-latest / Docker prune (vm-docker-build2) (push) Successful in 2s
vintage-story-build-latest / poll-debian-base-and-detect-changes (push) Successful in 6s
vintage-story-build-latest / Build and Push latest (push) Successful in 25s
vintage-story-build-latest / generate-changelogs (push) Successful in 8s
vintage-story-build-latest / generate-build-info (push) Successful in 9s
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
name: vintage-story-build-server
|
||||
name: vintage-story-build-latest
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.gitea/workflows/vintage-story-build-server.yml'
|
||||
- 'server/Dockerfile'
|
||||
- 'server/*.sh'
|
||||
- '.gitea/workflows/vintage-story-build-latest.yml'
|
||||
- 'latest/Dockerfile'
|
||||
- 'latest/*.sh'
|
||||
- '!.cache/*'
|
||||
- '!server/CHANGES.md'
|
||||
- '!server/build-info.json'
|
||||
- '!latest/CHANGES.md'
|
||||
- '!latest/build-info.json'
|
||||
schedule:
|
||||
- cron: '5 22 * * 0'
|
||||
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
# Copyright (c) 2023 fithwum
|
||||
# All rights reserved
|
||||
|
||||
docker build --pull --rm -f "server/Dockerfile" -t gitea.fithwum.tech/fithwum/vintage-story:server "server"
|
||||
docker build --pull --rm -f "latest/Dockerfile" -t gitea.fithwum.tech/fithwum/vintage-story:latest "latest"
|
||||
docker push -a gitea.fithwum.tech/fithwum/vintage-story
|
||||
@@ -8,7 +8,7 @@ ENV USERNAME=""
|
||||
ENV DOTNET_VERSION=""
|
||||
|
||||
# URL's for files
|
||||
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/server/install_script.sh
|
||||
ARG INSTALL_SCRIPT=https://gitea.fithwum.tech/fithwum/vintage-story/raw/branch/main/latest/install_script.sh
|
||||
|
||||
# Install Dependencies.
|
||||
RUN apt-get -y update && apt-get autoclean && apt-get autoremove \
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0"?>
|
||||
<Container version="2">
|
||||
<Name>Vintage-Story</Name>
|
||||
<Repository>gitea.fithwum.tech/fithwum/vintage-story:server</Repository>
|
||||
<Repository>gitea.fithwum.tech/fithwum/vintage-story:latest</Repository>
|
||||
<Registry>https://hub.docker.com/r/fithwum/vintage-story/</Registry>
|
||||
<Network>host</Network>
|
||||
<MyIP/>
|
||||
|
||||
Reference in New Issue
Block a user