4 Commits

Author SHA1 Message Date
renovate c13e4ec0ce chore(deps): update oci.unbound.se/unboundsoftware/lingonpaj-site docker digest to 4af6494 (#51)
lingonpaj-site / build (push) Failing after 1m38s
lingonpaj-site / deploy-prod (push) Has been skipped
2026-01-09 09:20:33 +00:00
renovate c14ff7c5b9 chore(deps): pin oci.unbound.se/unboundsoftware/lingonpaj-site docker tag to a2ccc9f (#50)
lingonpaj-site / build (push) Successful in 3m35s
lingonpaj-site / deploy-prod (push) Failing after 4m46s
2026-01-09 08:21:32 +00:00
argoyle d0e994fcd9 Merge pull request 'chore(deps): update actions/checkout action to v6' (#49) from renovate/actions-checkout-6.x into main
lingonpaj-site / build (push) Successful in 3m54s
lingonpaj-site / deploy-prod (push) Failing after 4m32s
Reviewed-on: #49
2026-01-08 14:03:16 +00:00
renovate c3cff215e3 chore(deps): update actions/checkout action to v6
lingonpaj-site / build (pull_request) Successful in 47s
lingonpaj-site / deploy-prod (pull_request) Has been skipped
2026-01-08 13:04:29 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ jobs:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }} BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1 - uses: buildtool/setup-buildtools-action@v1
- name: Build and push - name: Build and push
run: unset GITEA_TOKEN && build && push run: unset GITEA_TOKEN && build && push
@@ -27,7 +27,7 @@ jobs:
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
environment: prod environment: prod
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1 - uses: buildtool/setup-buildtools-action@v1
- name: Deploy to production - name: Deploy to production
run: deploy prod run: deploy prod
+1 -1
View File
@@ -44,7 +44,7 @@ spec:
periodSeconds: 5 periodSeconds: 5
timeoutSeconds: 5 timeoutSeconds: 5
imagePullPolicy: Always imagePullPolicy: Always
image: oci.unbound.se/unboundsoftware/lingonpaj-site:${COMMIT} image: oci.unbound.se/unboundsoftware/lingonpaj-site@sha256:4af64942ba74210a4db65c7b8ab3fbf138eeef87c30084de855a524052f16a7e:${COMMIT}
ports: ports:
- containerPort: 80 - containerPort: 80
resources: resources: