From 43c88ad52e53e2f1887e864a9ac50287a04789de Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sat, 18 May 2024 00:16:17 +0200 Subject: [PATCH] Updated workflow --- .gitea/workflows/pipeline.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 407aa99..e8e1bb5 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -29,10 +29,9 @@ jobs: password: ${{ secrets.RANNES_REGISTRY }} - name: Build and push 🏗️ - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: . - file: ./Dockerfile push: true tags: gitea.rannes.dev/rannes.dev/local-weather:latest secrets: |