This repository has been archived on 2025-08-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
web-app-template/.gitea/workflows/build.yaml
Tim bba3aee626
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 1m6s
#109 move last url to new layout*A
2024-08-24 19:33:22 +02:00

16 lines
380 B
YAML

name: Build Docker Image
on:
push:
branches:
- '**' # matches every branch
- '!master'
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- run: docker build . -t me-fit-test
- run: docker rmi me-fit-test