This commit is contained in:
parent
39989c5954
commit
93ddda0363
@ -35,7 +35,7 @@ jobs:
|
|||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||||
|
|
||||||
- name: Build and push default 22.04
|
- name: Build and push default 24.04
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
@ -45,11 +45,11 @@ jobs:
|
|||||||
push: true
|
push: true
|
||||||
no-cache: true
|
no-cache: true
|
||||||
build-args: |
|
build-args: |
|
||||||
BASE_IMAGE_TAG=ubuntu-22.04
|
BASE_IMAGE_TAG=ubuntu-24.04
|
||||||
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
IMAGE_VERSION=${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||||
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
IMAGE_CREATED=${{ steps.meta.outputs.IMAGE_CREATED }}
|
||||||
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
|
IMAGE_REVISION=${{ steps.meta.outputs.IMAGE_REVISION }}
|
||||||
tags: |
|
tags: |
|
||||||
seeseemelk/runner-images:ubuntu-22.04
|
seeseemelk/runner-images:ubuntu-24.04
|
||||||
seeseemelk/runner-images:ubuntu-22.04-${{ steps.meta.outputs.IMAGE_VERSION }}
|
seeseemelk/runner-images:ubuntu-24.04-${{ steps.meta.outputs.IMAGE_VERSION }}
|
||||||
seeseemelk/runner-images:ubuntu-latest
|
seeseemelk/runner-images:ubuntu-latest
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARG BASE_IMAGE_TAG=ubuntu-22.04
|
ARG BASE_IMAGE_TAG=ubuntu-24.04
|
||||||
|
|
||||||
FROM gitea/runner-images:${BASE_IMAGE_TAG}
|
FROM gitea/runner-images:${BASE_IMAGE_TAG}
|
||||||
|
|
||||||
@ -32,7 +32,7 @@ RUN apt-get update && \
|
|||||||
cmake \
|
cmake \
|
||||||
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
|
libsdl2-dev libsdl2-gfx-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-net-dev libsdl2-ttf-dev \
|
||||||
golang-1.23 && \
|
golang-1.23 && \
|
||||||
pip3 install makelove && \
|
pip3 install --break-system-packages makelove && \
|
||||||
luarocks install tl
|
luarocks install tl
|
||||||
|
|
||||||
ENV PATH="/usr/lib/go-1.23/bin/:$PATH"
|
ENV PATH="/usr/lib/go-1.23/bin/:$PATH"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user