This commit is contained in:
Andrey Marchukov 2023-05-24 12:28:54 +04:00
commit fb0035e19a
6 changed files with 9 additions and 8 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.5
uses: dependabot/fetch-metadata@v1.5.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs

View file

@ -15,7 +15,7 @@ jobs:
id: status
run: |
LOCALAPPVER=($(cat sandstorm.version))
REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public'))
REMOTEAPPVER=($(curl -s -X GET 'https://api.steamcmd.net/v1/info/581330' | jq -r -e '.data."581330".depots."581333".manifests.public.gid'))
if [ -z "$REMOTEAPPVER" -a "$REMOTEAPPVER" = " " ]; then
echo "Empty Response"
exit 1
@ -82,4 +82,4 @@ jobs:
run: git fetch origin master
- name: push code to master
if: steps.build.outcome == 'success'
run: git push origin HEAD:master
run: git push origin HEAD:master

View file

@ -1,4 +1,4 @@
FROM ubuntu:jammy-20221101
FROM ubuntu:jammy-20230425
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \

View file

@ -1,4 +1,4 @@
FROM ubuntu:jammy-20221101
FROM ubuntu:jammy-20230425
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \

View file

@ -1,7 +1,8 @@
## Insurgency: Sandstorm Docker Container
[![Docker Image CI](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/actions/workflows/docker-image.yml/badge.svg)](https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/actions/workflows/docker-image.yml)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/andrewmhub/insurgency-sandstorm/latest)](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
[![Docker Pulls](https://img.shields.io/docker/pulls/andrewmhub/insurgency-sandstorm)](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/andrewmhub/insurgency-sandstorm/lite?label=image%20size%20lite&logo=docker)](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
[![Docker Image Size (tag)](https://img.shields.io/docker/image-size/andrewmhub/insurgency-sandstorm/latest?label=image%20size%20latest&logo=docker)](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
[![Docker Pulls](https://img.shields.io/docker/pulls/andrewmhub/insurgency-sandstorm?color=red&logo=docker)](https://hub.docker.com/r/andrewmhub/insurgency-sandstorm)
<p align="center">
<img src="https://github.com/AndrewMarchukov/insurgency-sandstorm-server-dockerize/blob/master/sandstorm-logo.png">

View file

@ -1 +1 @@
6296463642235981290
1142127569738928989