test
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Build and Push Docker Image / build (push) Failing after 5s

This commit is contained in:
Corban-Lee Jones 2024-08-04 18:15:16 +01:00
parent 55289ed4e2
commit d1fb1403fa

View File

@ -1,16 +1,10 @@
name: Build and Push Docker Image
on:
push:
branches:
- main
tags:
- '*'
run-name: ${{ gitea.actor }} is building and pushing a Docker Image
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3