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/docker.yaml
Tim 2d3e9c4686
Some checks failed
Build and Push Docker Image / Explore-Gitea-Actions (push) Failing after 5s
#13 disable cache
2024-07-28 18:42:01 +02:00

15 lines
328 B
YAML

name: Build and Push Docker Image
on:
push:
branches:
- main
- 13-gitea-runner
jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: docker build --no-chache -t git.wundenbergs.de/tim/me-fit-api:latest api/