diff --git a/.gitea/workflows/ci-demo.yaml b/.gitea/workflows/ci-demo.yaml index 4c120fe..518bcb0 100644 --- a/.gitea/workflows/ci-demo.yaml +++ b/.gitea/workflows/ci-demo.yaml @@ -38,7 +38,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: https://github.com/docker/build-push-action@v2 + uses: https://github.com/docker/build-push-action@v6 with: context: . push: true