use oficial github action isntead of forgejo since its not on forgejo
Test and build image / unit-test (push) Successful in 1m39s Details
Test and build image / build (push) Failing after 46s Details

This commit is contained in:
Alie 2024-01-07 13:32:01 +01:00
parent 5917aa0fd8
commit 198fcd0b02
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Test via test action and then build image name: Test and build image
on: on:
push: push:
branches: branches:
@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Docker meta - name: Docker meta
id: meta id: meta
uses: docker/metadata-action@v5 uses: https://github.com/docker/metadata-action@v5
with: with:
# list of Docker images to use as base name for tags # list of Docker images to use as base name for tags
images: | images: |