Skip to content

Commit

Permalink
Gitea 1.21.1->1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Sep 8, 2024
1 parent 9c758a9 commit 8dbc762
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ jobs:
run: |
TAG_BUILDKIT=${{ steps.imageBuildkitTag.outputs.result }}
crane cp docker.io/moby/buildkit:$TAG_BUILDKIT ghcr.io/yolean/buildkit:$TAG_BUILDKIT
-
name: Get gitea image tag
id: imageGiteaTag
uses: mikefarah/[email protected]
with:
cmd: yq '.images[0].newTag' git-source/base/kustomization.yaml
-
name: Mirror gitea image from hub
run: |
TAG_GITEA=${{ steps.imageGiteaTag.outputs.result }}
crane cp docker.io/gitea/gitea:$TAG_GITEA ghcr.io/yolean/gitea:$TAG_GITEA
-
name: Get grafana image tag
id: imageGrafanaTag
Expand Down
4 changes: 2 additions & 2 deletions git-source/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ resources:
- gitea-statefulset.yaml
images:
- name: gitea/gitea
newName: docker.io/gitea/gitea
newTag: 1.21.10@sha256:8e43a60b211bf01f7819ff6be8bf4f48081086b02098a5d8152d12a6339d1eb3
newName: ghcr.io/yolean/gitea
newTag: 1.22.2@sha256:f4740095d43d8af73ac5d96eec83d4a795023f221aa3de854455c43e86c1b06b

0 comments on commit 8dbc762

Please sign in to comment.