From 8591d29e76bfb891e4a54222f482c9983e61c1f6 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Mon, 4 Mar 2024 22:43:31 +0000 Subject: [PATCH] .gitea/workflows/action.yml aktualisiert --- .gitea/workflows/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 155c64e..de1d5c1 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -49,7 +49,7 @@ jobs: registry: git.euph.dev username: ${{ secrets.DEPLOY_USER }} password: ${{ secrets.DEPLOY_SECRET }} - - name: Build and push php:${{ matrix.version }} + - name: Build and push php image uses: 'https://git.euph.dev/actions/docker-build-push@v5' with: context: "{{defaultContext}}:images/actions/php"