mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 09:13:15 +03:00
[PR #1003] [MERGED] chore: cleanup root of repo, update workflow actions #504
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/1003
Author: @kmendell
Created: 10/5/2025
Status: ✅ Merged
Merged: 10/5/2025
Merged by: @kmendell
Base:
main← Head:chore/cleanup-root-and-wf📝 Commits (2)
bbf3647chore: cleanup root of repo, update workflow actions95c9dbedefine dockerfile path in development image script📊 Changes
11 files changed (+50 additions, -55 deletions)
View changed files
📝
.github/workflows/backend-linter.yml(+2 -2)📝
.github/workflows/build-next.yml(+8 -10)📝
.github/workflows/e2e-tests.yml(+12 -11)📝
.github/workflows/release.yml(+10 -12)📝
.github/workflows/svelte-check.yml(+14 -16)📝
.github/workflows/unit-tests.yml(+2 -2)📝
.github/workflows/update-aaguids.yml(+1 -1)📝
docker/Dockerfile(+0 -0)📝
docker/Dockerfile-distroless(+0 -0)📝
docker/Dockerfile-prebuilt(+0 -0)📝
scripts/development/deploy-development-image.sh(+1 -1)📄 Description
This PR just is a chore, moving the docker files into a docker directory, to keep the root of the repo cleaner.
This also bumps a few workflow actions to the latest versions to take advantage of the new auto caching feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.