try gitea action
Some checks failed
/ build (push) Failing after 38s

This commit is contained in:
2024-07-30 22:06:51 +02:00
parent 17e2cb3f0a
commit 5bd92dc914

View File

@ -1,4 +1,7 @@
on: [push]
on:
push:
tags:
- "v*"
jobs:
build:
@ -16,6 +19,9 @@ jobs:
key: ${{ runner.os }}-resources
- name: Build test
run: hugo --minify
- uses: docker/metadata-action@v5
with:
images: ${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository }}
- uses: docker/login-action@v3
with:
registry: ${{ vars.CONTAINER_REGISTRY_URL }}
@ -25,4 +31,5 @@ jobs:
with:
context: .
push: true
tags: ${{ vars.CONTAINER_REGISTRY_URL }}/${{ gitea.repository }}:latest
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}