From 378ed568a441f24afd214662fa64071637908683 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Fri, 23 Jun 2023 11:41:28 -0400 Subject: [PATCH] no chdir --- .gitea/workflows/docker.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/docker.yaml b/.gitea/workflows/docker.yaml index 83e3f2a..ed01927 100644 --- a/.gitea/workflows/docker.yaml +++ b/.gitea/workflows/docker.yaml @@ -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