This commit is contained in:
spinach 2023-06-23 11:41:28 -04:00
parent a36ce155cb
commit 378ed568a4

View File

@ -1,5 +1,5 @@
name: Gitea Actions Demo
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
name: Dotfiles Docker Container
run-name: ${{ gitea.actor }} is building new container
on:
push:
branches:
@ -7,7 +7,7 @@ on:
jobs:
push_to_registry:
name: Push docker image to container registry
name: Push docker image to local registry
runs-on: ubuntu-latest
steps:
- name: Checkout