Compare commits

...

10 Commits

Author SHA1 Message Date
c2c3763976 try gitea action
All checks were successful
/ build (push) Successful in 16s
/ deploy (push) Has been skipped
2024-07-31 22:25:52 +02:00
bafbda6a6f try gitea action
All checks were successful
/ build (push) Successful in 16s
/ deploy (push) Has been skipped
2024-07-31 22:19:32 +02:00
b4f6b8cc98 try gitea action
All checks were successful
/ build (push) Successful in 15s
/ deploy (push) Successful in 42s
2024-07-31 22:17:57 +02:00
22a456e8b0 try gitea action
All checks were successful
/ build (push) Successful in 15s
2024-07-31 22:10:12 +02:00
a4dcae26c2 try gitea action
Some checks failed
/ deploy (push) Has been skipped
/ build (push) Failing after 21s
2024-07-31 22:07:20 +02:00
4b19c14aae try gitea action
Some checks failed
/ deploy (push) Failing after 9s
/ build (push) Successful in 13s
2024-07-31 21:58:25 +02:00
94485bdb36 try gitea action
All checks were successful
/ build (push) Successful in 1m2s
2024-07-30 22:20:56 +02:00
1137607c76 Merge branch 'main' of ssh.okami101.io:adr1enbe4udou1n/blog
All checks were successful
/ build (push) Successful in 34s
2024-07-30 22:13:12 +02:00
a5654cc14d try gitea action 2024-07-30 22:13:07 +02:00
94ea21a73f bump to 1.0.201 [ci skip] 2024-07-30 20:10:38 +00:00
2 changed files with 20 additions and 2 deletions

View File

@ -1,5 +1,7 @@
on:
push:
branches:
- main
tags:
- "v*"
@ -17,9 +19,26 @@ jobs:
with:
path: resources
key: ${{ runner.os }}-resources
- name: Build test
- name: Build
run: hugo --minify
- uses: actions/cache@v4
id: restore-build
with:
path: public
key: ${{ gitea.sha }}
deploy:
runs-on: ubuntu-latest
needs: build
if: gitea.event_name == 'tag'
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: restore-build
with:
path: public
key: ${{ gitea.sha }}
- uses: docker/metadata-action@v5
id: meta
with:
images: ${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository }}
- uses: docker/login-action@v3

View File

@ -1 +0,0 @@
1.0.200