mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-05 19:17:29 -06:00
[PR #1661] Update dev-image #1166
Reference in New Issue
Block a user
No description provided.
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/fosrl/pangolin/pull/1661
Author: @Lokowitz
Created: 10/13/2025
Status: 🔄 Open
Base:
main← Head:fix-dev-image📝 Commits (5)
6879cd5Update dev-image.ymle94a666Merge remote-tracking branch 'upstream/main' into fix-dev-image88b4321Merge branch 'fosrl:main' into fix-dev-image3877089Enhance Docker build workflow with tagging and jobsd0c8b85Fix Docker build args and add context in workflow📊 Changes
1 file changed (+158 additions, -0 deletions)
View changed files
➕
.github/workflows/dev-image.yml(+158 -0)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Sorry for the delay on fixing this.
Yes on
pull_requestis just working when someone from the team ist creating the PR, otherwiese no secrets will be available.On
pull_request_targetsecrects are available. But this workflow will then run with code from the PR target (trusted code).So we have to merge in the new code with
checkout. To be save that no one creates a PR which is stealing the secrets i have added an environmentbuild-dev. This will bring up an approval for running the workflow.It is not super nice to have this approval step but otherwise it will be to risky.
Fix https://github.com/fosrl/pangolin/pull/1625
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.