Skip to content

Commit

Permalink
Merge pull request #117 from vshn/cruft/update
Browse files Browse the repository at this point in the history
New updates detected with Cruft
  • Loading branch information
Kidswiss authored Sep 2, 2024
2 parents cd08529 + 112a1d0 commit ce148b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/vshn/appcat-cookiecutter",
"commit": "7bd23649c49d1d2d184be42ef0e77f8c006c9d9b",
"commit": "7b2e701de40e4f54a12e08fdfb7f12431c9742ce",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
PUSH_UPBOUND: "True"
PUSH_PACKAGE: "True"
PUSH_IMAGE: "False"
SUFFIX: "/controller"

jobs:
dist:
Expand Down Expand Up @@ -86,4 +87,6 @@ jobs:
args: release --release-notes .github/release-notes.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONTAINER_REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}{{ env.SUFFIX }}

0 comments on commit ce148b1

Please sign in to comment.