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