Skip to content

Commit

Permalink
gitea 1.22.2->1.22.3 and clone the rootless image too
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Nov 22, 2024
1 parent 5081d7c commit f061b6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
run: |
TAG_GITEA=${{ steps.imageGiteaTag.outputs.result }}
crane cp docker.io/gitea/gitea:$TAG_GITEA ghcr.io/yolean/gitea:$TAG_GITEA
crane cp docker.io/gitea/gitea:$TAG_GITEA-rootless ghcr.io/yolean/gitea:$TAG_GITEA-rootless
-
name: Get grafana image tag
id: imageGrafanaTag
Expand Down
2 changes: 1 addition & 1 deletion git-source/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ resources:
images:
- name: gitea/gitea
newName: ghcr.io/yolean/gitea
newTag: 1.22.2@sha256:f4740095d43d8af73ac5d96eec83d4a795023f221aa3de854455c43e86c1b06b
newTag: 1.22.3@sha256:76f516a1a8c27e8f8e9773639bf337c0176547a2d42a80843e3f2536787341c6

0 comments on commit f061b6f

Please sign in to comment.