From d3a437fecde16436abd4e42ca945b60ccda83a10 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 20:50:12 +1000 Subject: [PATCH] chore: Test alternative buildx approach #2 --- .gitea/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 8b42271..22ef263 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -1,5 +1,5 @@ name: build-image -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 🚀 🚀 +on: [push] jobs: build-image: