diff --git a/.gitea/workflows/ci-demo.yaml b/.gitea/workflows/ci-demo.yaml index f144422..5f90a46 100644 --- a/.gitea/workflows/ci-demo.yaml +++ b/.gitea/workflows/ci-demo.yaml @@ -31,7 +31,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Build and push - uses: https://github.com/docker/build-push-action@v5 + uses: https://github.com/docker/build-push-action@v2 with: context: . push: true