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: |