diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2724cf9..7d84c31 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: - name: Build and push Docker images id: docker_build - uses: docker/build-push-action@v2 + uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile