feat: update to gitea v1.21.10

This commit is contained in:
Daniel Wolf 2024-03-28 10:41:31 -04:00
parent 8669bef13c
commit d7380b28eb
Signed by: nephatrine
GPG Key ID: 59D70EC2E4AAB4D0
3 changed files with 10 additions and 10 deletions

View File

@ -53,7 +53,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure() || gitea.event_name != 'schedule'
with:
title: "Container Build (X86_64; 1.21.7)"
title: "Container Build (X86_64; 1.21.10)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_amd64:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -117,7 +117,7 @@ jobs:
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Build (AARCH64; 1.21.7)"
title: "Container Build (AARCH64; 1.21.10)"
webhook: ${{ secrets.DISCORD_WEBHOOK_BUILD }}
push_arm64:
if: gitea.ref_name == 'master' || gitea.ref_name == ''
@ -152,18 +152,18 @@ jobs:
- name: Docker Manifest
run: |
docker manifest create code.nephatrine.net/nephnet/gitea-web:latest --amend code.nephatrine.net/nephnet/amd64:gitea-web --amend code.nephatrine.net/nephnet/arm64:gitea-web
docker manifest create code.nephatrine.net/nephnet/gitea-web:1.21.7 --amend code.nephatrine.net/nephnet/amd64:gitea-web --amend code.nephatrine.net/nephnet/arm64:gitea-web
docker manifest create code.nephatrine.net/nephnet/gitea-web:1.21.10 --amend code.nephatrine.net/nephnet/amd64:gitea-web --amend code.nephatrine.net/nephnet/arm64:gitea-web
docker manifest create code.nephatrine.net/nephnet/gitea-web:1.21 --amend code.nephatrine.net/nephnet/amd64:gitea-web --amend code.nephatrine.net/nephnet/arm64:gitea-web
docker manifest create code.nephatrine.net/nephnet/gitea-web:1 --amend code.nephatrine.net/nephnet/amd64:gitea-web --amend code.nephatrine.net/nephnet/arm64:gitea-web
docker manifest push --purge code.nephatrine.net/nephnet/gitea-web:latest
docker manifest push --purge code.nephatrine.net/nephnet/gitea-web:1.21.7
docker manifest push --purge code.nephatrine.net/nephnet/gitea-web:1.21.10
docker manifest push --purge code.nephatrine.net/nephnet/gitea-web:1.21
docker manifest push --purge code.nephatrine.net/nephnet/gitea-web:1
- name: Notify Discord
uses: https://github.com/sarisia/actions-status-discord@v1
if: failure()
with:
title: "Container Publish (1.21.7)"
title: "Container Publish (1.21.10)"
webhook: ${{ secrets.DISCORD_WEBHOOK_PACKAGE }}
push:
needs: [push_amd64, push_arm64]
@ -178,18 +178,18 @@ jobs:
- name: Docker Manifest
run: |
docker manifest create nephatrine/gitea-web:latest --amend nephatrine/amd64:gitea-web --amend nephatrine/arm64:gitea-web
docker manifest create nephatrine/gitea-web:1.21.7 --amend nephatrine/amd64:gitea-web --amend nephatrine/arm64:gitea-web
docker manifest create nephatrine/gitea-web:1.21.10 --amend nephatrine/amd64:gitea-web --amend nephatrine/arm64:gitea-web
docker manifest create nephatrine/gitea-web:1.21 --amend nephatrine/amd64:gitea-web --amend nephatrine/arm64:gitea-web
docker manifest create nephatrine/gitea-web:1 --amend nephatrine/amd64:gitea-web --amend nephatrine/arm64:gitea-web
docker manifest push --purge nephatrine/gitea-web:latest
docker manifest push --purge nephatrine/gitea-web:1.21.7
docker manifest push --purge nephatrine/gitea-web:1.21.10
docker manifest push --purge nephatrine/gitea-web:1.21
docker manifest push --purge nephatrine/gitea-web:1
- name: Notify Discord
if: gitea.event_name != 'schedule'
uses: https://github.com/sarisia/actions-status-discord@v1
with:
title: "DockerHub: gitea-web (1.21.7)"
title: "DockerHub: gitea-web (1.21.10)"
description: "The container image was pushed to [DockerHub](https://hub.docker.com/repository/docker/nephatrine/gitea-web/general).\nPull `nephatrine/gitea-web:latest` for the newest image."
nodetail: true
webhook: ${{ secrets.DISCORD_WEBHOOK_PACKAGE }}

View File

@ -4,7 +4,7 @@
FROM code.nephatrine.net/nephnet/nxb-alpine:latest-golang AS builder
ARG GITEA_VERSION=v1.21.7
ARG GITEA_VERSION=v1.21.10
RUN git -C /root clone -b "$GITEA_VERSION" --single-branch --depth=1 https://github.com/go-gitea/gitea.git
ARG TAGS="bindata sqlite sqlite_unlock_notify"

View File

@ -13,7 +13,7 @@ SPDX-License-Identifier: ISC
This docker image contains a Gitea server to self-host your own git
repositories.
The `latest` tag points to version `1.21.7` and this is the only image
The `latest` tag points to version `1.21.10` and this is the only image
actively being updated. There are tags for older versions, but these may no
longer be using the latest Alpine version and packages.