5 Commits

Author SHA1 Message Date
argoyle 34b8ab3ed4 fix: remove incorrect digest pinning from image reference
lingonpaj-site / build (pull_request) Successful in 1m58s
lingonpaj-site / deploy-prod (pull_request) Has been skipped
2026-01-09 11:56:21 +01:00
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 -2
View File
@@ -13,7 +13,7 @@ jobs:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Build and push
run: unset GITEA_TOKEN && build && push
@@ -27,7 +27,7 @@ jobs:
GITEA_REPOSITORY: ${{ gitea.repository }}
environment: prod
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Deploy to production
run: deploy prod